Skip to content

Commit

Permalink
AURORA: Add "zh-hans", "zh-hant" and variants to the language strings
Browse files Browse the repository at this point in the history
More variants to spell Chinese Simplified and Traditional.
  • Loading branch information
DrMcCoy committed Jul 29, 2018
1 parent c0c1614 commit da3e501
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aurora/language_strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ static const LanguageStrings kLanguageStrings[] = {
"\351\246\231\346\270\257", "\344\270\255\345\234\213",
"zh-cht", "zh_cht", "zho-cht", "zho_cht", "chi-cht", "chi_cht",
"zh-hk", "zh_hk", "zho-hk", "zho_hk", "chi-hk", "chi_hk",
"zh-hant", "zh_hant", "zho-hant", "zho_hant",
"traditional", "traditional chinese", "traditionalchinese",
"traditional-chinese", "traditional_chinese", 0
}
Expand All @@ -120,6 +121,7 @@ static const LanguageStrings kLanguageStrings[] = {
"zh\305\215nggu\303\263", "zho\314\204ngguo\314\201",
"zh-chs", "zh_chs", "zho-chs", "zho_chs", "chi-chs", "chi_chs",
"zh-cn", "zh_cn", "zho-cn", "zho_cn", "chi-cn", "chi_cn",
"zh-hans", "zh_hans", "zho-hans", "zho_hans",
"simplified", "simplified chinese", "simplifiedchinese",
"simplified-chinese", "simplified_chinese", 0
}
Expand Down

0 comments on commit da3e501

Please sign in to comment.