summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2004-09-09 11:53:56 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2004-09-09 11:53:56 +0000
commit884c05a64f8336f9a0fdaacd34e588ec37d49eb0 (patch)
tree2aa636d930142c8430839606cfbab7c4768a8a7b /includes
parente21c8812eaf35f5e3fad9521de4c918dd47a114f (diff)
downloadbrdo-884c05a64f8336f9a0fdaacd34e588ec37d49eb0.tar.gz
brdo-884c05a64f8336f9a0fdaacd34e588ec37d49eb0.tar.bz2
Changing the chinese POSIX language tags to RFC 1766 (underscore to hyphen).
Diffstat (limited to 'includes')
-rw-r--r--includes/locale.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/locale.inc b/includes/locale.inc
index be15f0caf..f39110d5c 100644
--- a/includes/locale.inc
+++ b/includes/locale.inc
@@ -1263,8 +1263,8 @@ function _locale_get_iso639_list() {
"yi" => array("Yiddish"),
"yo" => array("Yoruba", "Yorùbá"),
"za" => array("Zhuang"),
- "zh_hans" => array("Chinese, Simplified", "简体中文"),
- "zh_hant" => array("Chinese, Traditional", "繁體中文"),
+ "zh-hans" => array("Chinese, Simplified", "简体中文"),
+ "zh-hant" => array("Chinese, Traditional", "繁體中文"),
"zu" => array("Zulu", "isiZulu"),
);
}