mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
more I18N work, new option: ENABLE_TRANSLATIONS
This commit is contained in:
@@ -138,7 +138,11 @@
|
||||
// If update daemon and update_feeds should send digests
|
||||
// Disable if you prefer querying special URL (see wiki)
|
||||
|
||||
define('CONFIG_VERSION', 6);
|
||||
define('ENABLE_TRANSLATIONS', false);
|
||||
// Enable experimental support for interface translations
|
||||
// based on PHP-Gettext. This is of no much use right now.
|
||||
|
||||
define('CONFIG_VERSION', 7);
|
||||
// Expected config version. Please update this option in config.php
|
||||
// if necessary (after migrating all new options from this file).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user