|
@@ -249,6 +249,7 @@ sub get_language_templates
|
|
|
$self->{tmps}->{$current_lang}{lang_charset} = lc($2);
|
|
$self->{tmps}->{$current_lang}{lang_charset} = lc($2);
|
|
|
|
|
|
|
|
while (<FILE>) {
|
|
while (<FILE>) {
|
|
|
|
|
+ next if ($_ =~ /^#/);
|
|
|
last if ($_ =~ /<\/lang>/i);
|
|
last if ($_ =~ /<\/lang>/i);
|
|
|
|
|
|
|
|
# Get 'template = "Text"' in language file:
|
|
# Get 'template = "Text"' in language file:
|