From cc17c20574dbc0d2756bd6f75ca68588867eac25 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Mar 2007 10:24:13 +0100 Subject: more I18N work, new option: ENABLE_TRANSLATIONS --- config.php-dist | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.php-dist') 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). -- cgit v1.2.3-54-g00ecf