Implement better in-game localization/translation

This commit is contained in:
Lyu Zong-Hong
2021-02-25 21:34:52 +09:00
parent e428e66623
commit aa1da0c652
25 changed files with 233 additions and 119 deletions

View File

@@ -43,6 +43,7 @@ public class SimulationTestCase extends TestCase {
@Override
public Void apply(ForgePreferences preferences) {
preferences.setPref(FPref.LOAD_CARD_SCRIPTS_LAZILY, false);
preferences.setPref(FPref.UI_LANGUAGE, "en-US");
return null;
}
});