COMMON: Normalize and document language maintenance
* Add documentation to add or maintain language values * Fix and reorder existing entries to match ISO standards
This commit is contained in:
parent
a2b81f837a
commit
c740f96f63
24 changed files with 114 additions and 90 deletions
|
@ -376,7 +376,7 @@ static bool isCJKLanguage(Common::Language lang) {
|
|||
case Common::KO_KOR:
|
||||
case Common::JA_JPN:
|
||||
case Common::ZH_TWN:
|
||||
case Common::ZH_CNA:
|
||||
case Common::ZH_CHN:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue