summaryrefslogtreecommitdiff
path: root/rt/lib/RT/I18N/ru.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rt/lib/RT/I18N/ru.pm')
-rwxr-xr-xrt/lib/RT/I18N/ru.pm11
1 files changed, 10 insertions, 1 deletions
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
# <sales@bestpractical.com>
#
# (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;