From: Andrew Dolgov Date: Fri, 10 Aug 2007 10:23:42 +0000 (+0100) Subject: enable fr_FR, zh_CN translations X-Git-Tag: 1.2.14~89 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=cea4190b1d88bfeb40108de04ef9e4f11ed8df23;p=tt-rss.git enable fr_FR, zh_CN translations --- diff --git a/functions.php b/functions.php index 8e003e5a..25a8913a 100644 --- a/functions.php +++ b/functions.php @@ -15,7 +15,7 @@ function startup_gettext() { # Get locale from Accept-Language header - $lang = al2gt(array("en_US", "ru_RU"), "text/html"); + $lang = al2gt(array("en_US", "ru_RU", "zh_CN", "fr_FR"), "text/html"); if ($lang) { _setlocale(LC_MESSAGES, $lang);