summaryrefslogtreecommitdiff
path: root/lib/VNDB/L10N.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-09-20 13:46:59 +0200
committerYorhel <git@yorhel.nl>2011-09-20 13:46:59 +0200
commit0875ed42fdf33cfa970b9d9584a108781a600571 (patch)
treece8bfe319c20a870c5ce90ca72bc373e98cdfaa5 /lib/VNDB/L10N.pm
parent3252888623def499d004c1c29c8a3d6ba1cb0be2 (diff)
L10N-DE: Added support for the German language
Diffstat (limited to 'lib/VNDB/L10N.pm')
-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 ee9db838..eea9a3bf 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 en hu nl ru } }
+ sub languages { qw{ cs de en hu nl ru } }
sub maketext {
my $r = eval { shift->SUPER::maketext(@_) };
@@ -142,6 +142,14 @@ use warnings;
{
+ package VNDB::L10N::de;
+ use base 'VNDB::L10N::en';
+ our %Lexicon;
+}
+
+
+
+{
package VNDB::L10N::hu;
use base 'VNDB::L10N::en';
our %Lexicon;