summaryrefslogtreecommitdiff
path: root/lib/VNDB/L10N.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-03-15 17:15:37 +0100
committerYorhel <git@yorhel.nl>2012-03-15 17:15:37 +0100
commite152c1c4c1f176d6d9b3b7e1fe27828f4940cde3 (patch)
tree186361fbd9483ef6dd106db0f8ea37e08fb77d0f /lib/VNDB/L10N.pm
parent45af371b6d63dea2575756e9ada037e106bdc7c7 (diff)
L10N-UK: Added Ukranian translation
Contributed by Deimos.
Diffstat (limited to 'lib/VNDB/L10N.pm')
-rw-r--r--lib/VNDB/L10N.pm11
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/VNDB/L10N.pm b/lib/VNDB/L10N.pm
index ff5d4939..581e1da1 100644
--- a/lib/VNDB/L10N.pm
+++ b/lib/VNDB/L10N.pm
@@ -11,7 +11,7 @@ use warnings;
# used for the language switch interface, language tags must
# be the same as in the languages hash in global.pl
- sub languages { qw{ cs de en es hu nl ru tr } }
+ sub languages { qw{ cs de en es hu nl ru tr uk } }
sub maketext {
my $r = eval { shift->SUPER::maketext(@_) };
@@ -181,6 +181,15 @@ use warnings;
{
+ package VNDB::L10N::uk;
+ use base 'VNDB::L10N::en';
+ our %Lexicon;
+ *quant = \&VNDB::L10N::ru::quant;
+}
+
+
+
+{
package VNDB::L10N::es;
use base 'VNDB::L10N::en';
our %Lexicon;