mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-22 11:43:18 +00:00
load korean font
This commit is contained in:
parent
4028c87161
commit
ee6716657f
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ namespace Language {
|
||||||
break;
|
break;
|
||||||
case 7:
|
case 7:
|
||||||
languagePath = "romfs:/lang/ko.json";
|
languagePath = "romfs:/lang/ko.json";
|
||||||
|
pu::ui::render::SetDefaultFontFromShared(pu::ui::render::SharedFont::Korean);
|
||||||
break;
|
break;
|
||||||
case 8:
|
case 8:
|
||||||
languagePath = "romfs:/lang/nl.json";
|
languagePath = "romfs:/lang/nl.json";
|
||||||
|
|
Loading…
Reference in a new issue