Add Simplified Chinese font and update translations (#204)

* update translation

* add simplified chinese font

* delete outdated font

* Update uiskin.json
This commit is contained in:
Senventise
2018-08-29 21:38:10 +08:00
committed by Anuken
parent 00f24dfb79
commit 35a85860b1
5 changed files with 1128 additions and 96 deletions

View File

@@ -118,7 +118,7 @@ public class UI extends SceneModule{
font.getData().setScale(Vars.fontScale);
font.getData().down += Unit.dp.scl(4f);
font.getData().lineHeight -= Unit.dp.scl(2f);
}, skin.font(), skin.getFont("default-font-chat"), skin.getFont("korean"), skin.getFont("trad-chinese"));
}, skin.font(), skin.getFont("default-font-chat"), skin.getFont("korean"), skin.getFont("trad-chinese"), skin.getFont("simp-chinese"));
}
@Override