summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-25 23:12:08 +0300
committerAndrew Dolgov <[email protected]>2010-01-25 23:12:08 +0300
commit0456176a44865be077234efbe9028316e18cb58e (patch)
tree39860d7ebd8a7bb9f0eb0406000ce2f03f9bb0b4 /config.php-dist
parentb62f7265cc33490cbaf4dfa467b8bd49fd5c8a94 (diff)
enable translations by default; misc fixes
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.php-dist b/config.php-dist
index 85fe7cdc4..58811646d 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -100,9 +100,8 @@
// If update daemon and update_feeds should send digests
// Disable if you prefer querying special URL (see wiki)
- define('ENABLE_TRANSLATIONS', false);
- // Enable experimental support for interface translations
- // based on PHP-Gettext. This is of no much use right now.
+ define('ENABLE_TRANSLATIONS', true);
+ // Enable support for interface translations
define('MYSQL_CHARSET', '');
// Connection charset for MySQL. Only enable if having charset-related