New launcher class to start all 3 modes:
[jvcard.git] / src / be / nikiroo / jvcard / resources / Bundles.java
index 945e7f13fec0a73eea71d5080a6f7929bfa5b9c9..3b18084c152a930f1587c490f0580e25ad8bdf50 100644 (file)
@@ -12,6 +12,11 @@ import java.util.ResourceBundle;
 public class Bundles {
        static private String confDir = getConfDir();
 
+       // TODO: create "Trans" like classes for all .properties file, always get it
+       // them from here, including Trans (create a new one each time like
+       // currently) + update Main to call trans again when chaning dir
+       private int TODO;
+
        /**
         * Return the non-localised bundle of the given name.
         *