summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-03-15 16:17:56 +0100
committerYorhel <git@yorhel.nl>2012-03-15 16:17:56 +0100
commita926375c9e0c4f8c1d10b7deb82c00d245407f11 (patch)
tree18edb3b904bfbf32e6b99fdb4e1dda91bce73a77 /lib
parent2c2de845071ec725ac0a464c0c6ab2c87f39a6fa (diff)
L10N-TR: Added Turkish translation
Contributed by erengy.
Diffstat (limited to 'lib')
-rw-r--r--lib/VNDB/L10N.pm10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/VNDB/L10N.pm b/lib/VNDB/L10N.pm
index 355245fb..ff5d4939 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 } }
+ sub languages { qw{ cs de en es hu nl ru tr } }
sub maketext {
my $r = eval { shift->SUPER::maketext(@_) };
@@ -188,5 +188,13 @@ use warnings;
+{
+ package VNDB::L10N::tr;
+ use base 'VNDB::L10N::en';
+ our %Lexicon;
+}
+
+
+
1;