1
0
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:
Andrew Dolgov
2010-01-13 21:38:18 +03:00
parent 47179c0e88
commit 5eee1b4247

View File

@@ -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);
}
}
?>