mirror of
https://github.com/Team-Neptune/NSAInstaller.git
synced 2024-11-26 22:20:26 +00:00
Fix system language determination for zh-CN (#96)
This commit is contained in:
parent
e5fbcd999b
commit
d24e777e4a
@ -40,6 +40,7 @@ namespace Language {
|
||||
languagePath = "romfs:/lang/es.json";
|
||||
break;
|
||||
case 6:
|
||||
case 15:
|
||||
languagePath = "romfs:/lang/zh-CN.json";
|
||||
// the default font will miss some chinese character, so use a chinese font (simplified)
|
||||
pu::ui::render::SetDefaultFontFromShared(pu::ui::render::SharedFont::ChineseSimplified);
|
||||
|
Loading…
Reference in New Issue
Block a user