summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSara Lupino <sara.lupino@gmail.com>2012-04-03 20:44:12 +0200
committerYorhel <git@yorhel.nl>2012-04-03 20:44:12 +0200
commit5e23b8c7e2c8bf5fe663d014691be70bbe065f0d (patch)
tree39b567bea9392c72131a31136f5fde8541e84323 /lib
parent974e8053261fe5951a01b3ba371c96a864e29643 (diff)
L10N-IT: Added lang.txt + doc translation for Italian
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 4d1c3dd8..edc22532 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 tr uk } }
+ sub languages { qw{ cs de en es hu it nl ru tr uk } }
sub maketext {
my $r = eval { shift->SUPER::maketext(@_) };
@@ -201,6 +201,14 @@ use warnings;
{
+ package VNDB::L10N::it;
+ use base 'VNDB::L10N::en';
+ our %Lexicon;
+}
+
+
+
+{
package VNDB::L10N::tr;
use base 'VNDB::L10N::en';
our %Lexicon;