Changing the chinese POSIX language tags to RFC 1766 (underscore to hyphen).

4.5.x
Steven Wittens 2004-09-09 11:53:56 +00:00
parent e21c8812ea
commit 884c05a64f
1 changed files with 2 additions and 2 deletions

View File

@ -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"),
);
}