diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-01-25 23:12:08 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-01-25 23:12:08 +0300 |
| commit | 0456176a44865be077234efbe9028316e18cb58e (patch) | |
| tree | 39860d7ebd8a7bb9f0eb0406000ce2f03f9bb0b4 /config.php-dist | |
| parent | b62f7265cc33490cbaf4dfa467b8bd49fd5c8a94 (diff) | |
enable translations by default; misc fixes
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 5 |
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 |