mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 08:15:56 +00:00
localized_js: disable when translations are disabled in config.php
This commit is contained in:
@@ -30,6 +30,8 @@ function __(msg) {
|
||||
|
||||
<?php
|
||||
|
||||
if (ENABLE_TRANSLATIONS) {
|
||||
|
||||
$l10n = _get_reader();
|
||||
|
||||
for ($i = 0; $i < $l10n->total; $i++) {
|
||||
@@ -38,5 +40,6 @@ function __(msg) {
|
||||
|
||||
print T_js_decl($orig, $translation);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user