summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-18 19:25:06 +0300
committerAndrew Dolgov <[email protected]>2011-03-18 19:25:06 +0300
commit7b26a148b0fcd904ea5425fd5d317b53704822dc (patch)
treee1c64dd9c6ca4cbe8c74799d10cd5a5be0bf70b5 /config.php-dist
parent565ca5653c6ee1c2547a9b478cd8084fa3d825c9 (diff)
config: remove ENABLE_TRANSLATIONS
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.php-dist b/config.php-dist
index 320787d77..2fd065a5e 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -82,9 +82,6 @@
// If update daemon and update_feeds should send digests
// Disable if you prefer querying special URL (see wiki)
- define('ENABLE_TRANSLATIONS', true);
- // Enable support for interface translations
-
define('MYSQL_CHARSET', 'UTF8');
// Connection charset for MySQL. If you have a legacy database and/or experience
// garbage unicode characters with this option, try setting it to a blank string.