X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fjvcard%2Fresources%2FBundles.java;h=3b18084c152a930f1587c490f0580e25ad8bdf50;hb=30a4aa17f2141ad80a23447ee2e6303f6c9ef995;hp=945e7f13fec0a73eea71d5080a6f7929bfa5b9c9;hpb=7f82bf682ab5747b2d4ccdccae9ea3fcdb013cee;p=jvcard.git diff --git a/src/be/nikiroo/jvcard/resources/Bundles.java b/src/be/nikiroo/jvcard/resources/Bundles.java index 945e7f1..3b18084 100644 --- a/src/be/nikiroo/jvcard/resources/Bundles.java +++ b/src/be/nikiroo/jvcard/resources/Bundles.java @@ -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. *