]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
more I18N work, new option: ENABLE_TRANSLATIONS
[tt-rss.git] / config.php-dist
index 6ccd0d8c76f1b34c60d1e97b415ebd1b8219ed2a..f047183340e7de61dd1d8bb40b7f031caea85442 100644 (file)
        // 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).