summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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 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;