summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-10 11:23:42 +0100
committerAndrew Dolgov <[email protected]>2007-08-10 11:23:42 +0100
commitcea4190b1d88bfeb40108de04ef9e4f11ed8df23 (patch)
tree497bbdee564193a17a78aa12659a9be6032af67d /functions.php
parent38c142d927d5d95de0508c659b2cc43899cec494 (diff)
enable fr_FR, zh_CN translations
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 8e003e5a9..25a8913a3 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);