Changed Things

This commit is contained in:
Michael-Jouanneau 2016-11-23 20:11:39 +01:00
parent 3199b7c775
commit 3381e851ce

View File

@ -220,7 +220,7 @@ public class Main extends Application {
}
public static void main(String[] args) throws Exception{
// TODO: Try and fix this code please, It still doesn't work on my PC.
// TODO: Try and fix this code please, It still doesn't work on my PC. Fix it
/* Localization l = new Localization(new File(Main.class.getResource("../assets/lang/").getFile())); // Create a localization with aggressive loading
System.out.println(Arrays.toString(l.getLanguageNames()));
System.out.println("Success: "+l.get("du_label")); */