1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 15:45:56 +00:00

more I18N work, new option: ENABLE_TRANSLATIONS

This commit is contained in:
Andrew Dolgov
2007-03-05 10:24:13 +01:00
parent 1025ad8763
commit cc17c20574
7 changed files with 64 additions and 53 deletions

View File

@@ -9,9 +9,12 @@
require_once "accept-to-gettext.php";
require_once "gettext/gettext.inc";
startup_gettext();
require_once 'config.php';
if (ENABLE_TRANSLATIONS == true) {
startup_gettext();
}
require_once 'db-prefs.php';
require_once 'compat.php';
require_once 'errors.php';