Skip to content
Snippets Groups Projects
Commit 884c05a6 authored by Steven Wittens's avatar Steven Wittens
Browse files

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

parent e21c8812
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -1263,8 +1263,8 @@ function _locale_get_iso639_list() { ...@@ -1263,8 +1263,8 @@ function _locale_get_iso639_list() {
"yi" => array("Yiddish"), "yi" => array("Yiddish"),
"yo" => array("Yoruba", "Yorùbá"), "yo" => array("Yoruba", "Yorùbá"),
"za" => array("Zhuang"), "za" => array("Zhuang"),
"zh_hans" => array("Chinese, Simplified", "简体中文"), "zh-hans" => array("Chinese, Simplified", "简体中文"),
"zh_hant" => array("Chinese, Traditional", "繁體中文"), "zh-hant" => array("Chinese, Traditional", "繁體中文"),
"zu" => array("Zulu", "isiZulu"), "zu" => array("Zulu", "isiZulu"),
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment