summaryrefslogtreecommitdiff
path: root/lib/VNDB/L10N.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-02-06 10:08:27 +0100
committerYorhel <git@yorhel.nl>2010-02-06 10:08:27 +0100
commit2c14147ea306791b5dcb84751ddd1a724c7d8a42 (patch)
tree29364721b93eda0527900e382702172afea81079 /lib/VNDB/L10N.pm
parent7cbc9315a6e4315a62da080381f300e3b5d80f56 (diff)
L10N-NL: Added Dutch interface translation
I may do the docs later as well, when I'm terribly bored again.
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 9b9d2a82..b857852d 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 ru } }
+ sub languages { qw{ cs en hu nl ru } }
sub maketext {
my $r = eval { shift->SUPER::maketext(@_) };
@@ -150,6 +150,14 @@ use warnings;
{
+ package VNDB::L10N::nl;
+ use base 'VNDB::L10N::en';
+ our %Lexicon;
+}
+
+
+
+{
package VNDB::L10N::ru;
use base 'VNDB::L10N::en';
our %Lexicon;