diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2007-03-05 10:24:13 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2007-03-05 10:24:13 +0100 |
| commit | cc17c20574dbc0d2756bd6f75ca68588867eac25 (patch) | |
| tree | b9c3573f61073e487421b28b0cb648d084ad9bba /config.php-dist | |
| parent | 1025ad87633f30d00a3c283b3e8ad2bafa384a5c (diff) | |
more I18N work, new option: ENABLE_TRANSLATIONS
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 6 |
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). |