summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 6ccd0d8c7..f04718334 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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).