mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
enable translations by default; misc fixes
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user