You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Added a method to Internationalization Cultures to get the "parent" name of a culture from it's name string. Culture fallback logic improved and made consistent - any locale can be used if its internationalization data is present and some parent of it has localization data. Renamed all localization data and code using the erroneous "zh-CN" locale instead of the correct "zh-Hans-CN" locale for China.
[CL 2245832 by Saul Abreu in Main branch]
This commit is contained in:
@@ -3,7 +3,7 @@ CulturesToGenerate=en
|
||||
CulturesToGenerate=es
|
||||
CulturesToGenerate=ja
|
||||
CulturesToGenerate=ko
|
||||
CulturesToGenerate=zh-CN
|
||||
CulturesToGenerate=zh-Hans-CN
|
||||
|
||||
[GatherTextStep0]
|
||||
CommandletClass=InternationalizationExport
|
||||
|
||||
Reference in New Issue
Block a user