1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00

enable fr_FR, zh_CN translations

This commit is contained in:
Andrew Dolgov 2007-08-10 11:23:42 +01:00
parent 38c142d927
commit cea4190b1d

View File

@ -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);