summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-01-21 13:16:26 +0100
committerYorhel <git@yorhel.nl>2012-01-21 13:16:26 +0100
commit616ddb08bf4f10560229bee326eb89ce1bef7488 (patch)
tree81e83616f4d38a6a0222abe4f0d619aecc2afb07 /lib
parent2c8e5c4bf871e72f7ca0fb9f3a35fd5430450513 (diff)
L10N-ES: Added Spanish interface translation
Done by ganchan.
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 eea9a3bf..355245fb 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 hu nl ru } }
+ sub languages { qw{ cs de en es hu nl ru } }
sub maketext {
my $r = eval { shift->SUPER::maketext(@_) };
@@ -180,5 +180,13 @@ use warnings;
+{
+ package VNDB::L10N::es;
+ use base 'VNDB::L10N::en';
+ our %Lexicon;
+}
+
+
+
1;