X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FI18N%2Fru.pm;fp=rt%2Flib%2FRT%2FI18N%2Fru.pm;h=1635a1862938b70d579ef186290273ca47530813;hb=43a06151e47d2c59b833cbd8c26d97865ee850b6;hp=bf7b5871a0c103adf59a17f904c20c677721d63c;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4;p=freeside.git diff --git a/rt/lib/RT/I18N/ru.pm b/rt/lib/RT/I18N/ru.pm index bf7b5871a..1635a1862 100755 --- a/rt/lib/RT/I18N/ru.pm +++ b/rt/lib/RT/I18N/ru.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -46,7 +46,14 @@ # # END BPS TAGGED BLOCK }}} +use strict; +use warnings; + package RT::I18N::ru; +use base 'RT::I18N'; + +use strict; +use warnings; sub quant { my($handle, $num, @forms) = @_; @@ -71,4 +78,6 @@ sub numerate { return $forms[$form]; } +RT::Base->_ImportOverlays(); + 1;