diff options
Diffstat (limited to 'core/src/com/ilotterytea/maxoning')
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/MaxonGame.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/com/ilotterytea/maxoning/MaxonGame.java b/core/src/com/ilotterytea/maxoning/MaxonGame.java index e4ba66e..5c9af2b 100644 --- a/core/src/com/ilotterytea/maxoning/MaxonGame.java +++ b/core/src/com/ilotterytea/maxoning/MaxonGame.java @@ -34,7 +34,7 @@ public class MaxonGame extends Game { batch = new SpriteBatch(); shapeRenderer = new ShapeRenderer(); prefs = Gdx.app.getPreferences("Maxoning"); - locale = new I18N(prefs.getString("lang", "en_us")); + locale = new I18N(Gdx.files.internal("i18n/" + prefs.getString("lang", "en_us") + ".json")); if (!GameDataSystem.exists()) { try { |
