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:
trembyle 2021-11-04 16:49:21 -04:00 committed by Eugene Sandulenko
parent a2b81f837a
commit c740f96f63
24 changed files with 114 additions and 90 deletions

View file

@ -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;