summaryrefslogtreecommitdiff
path: root/util/vndb.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-01-23 13:20:53 +0100
committerYorhel <git@yorhel.nl>2016-01-23 13:21:45 +0100
commitace7c19c42167bf2c61242890c61082bd4e48991 (patch)
tree99d4809ff647231c92ffaed689cb053bcecc65fc /util/vndb.pl
parentc5879de315c4fdaf5be0ca85116acaaee5cc57f0 (diff)
L10N: Remove all remaining traces of the interface translation feature
...unless I missed something.
Diffstat (limited to 'util/vndb.pl')
-rwxr-xr-xutil/vndb.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/vndb.pl b/util/vndb.pl
index fb01e132..dfb78afa 100755
--- a/util/vndb.pl
+++ b/util/vndb.pl
@@ -16,7 +16,6 @@ use lib $ROOT.'/lib';
use TUWF ':html', 'kv_validate';
-use VNDB::L10N;
use VNDB::Func 'json_decode';
use VNDBUtil 'gtintype';
use SkinFile;
@@ -31,10 +30,6 @@ my $skin = SkinFile->new("$ROOT/static/s");
$S{skins} = { map +($_ => [ $skin->get($_, 'name'), $skin->get($_, 'userid') ]), $skin->list };
-# load lang.dat
-VNDB::L10N::loadfile();
-
-
# load settings from global.pl
require $ROOT.'/data/global.pl';
@@ -68,9 +63,6 @@ sub reqinit {
# check authentication cookies
$self->authInit;
- # Set language to English
- $self->{l10n} = VNDB::L10N->get_handle('en');
-
# load some stats (used for about all pageviews, anyway)
$self->{stats} = $self->dbStats;