Add Traditional Chinese and Korean support
This commit is contained in:
parent
a7d0949eac
commit
3597e57bb2
2 changed files with 51 additions and 9 deletions
|
|
@ -1085,7 +1085,9 @@ class FurnaceGUI {
|
|||
int roundedButtons;
|
||||
int roundedMenus;
|
||||
int loadJapanese;
|
||||
int loadChinese;
|
||||
int loadChineseSimplified;
|
||||
int loadChineseTraditional;
|
||||
int loadKorean;
|
||||
int fmLayout;
|
||||
int sampleLayout;
|
||||
int waveLayout;
|
||||
|
|
@ -1202,7 +1204,9 @@ class FurnaceGUI {
|
|||
roundedButtons(1),
|
||||
roundedMenus(0),
|
||||
loadJapanese(0),
|
||||
loadChinese(0),
|
||||
loadChineseSimplified(0),
|
||||
loadChineseTraditional(0),
|
||||
loadKorean(0),
|
||||
fmLayout(0),
|
||||
sampleLayout(0),
|
||||
waveLayout(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue