Merge branch 'next' into polish-translation
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 22 Sep 2012 07:54:42 +0000 (09:54 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 22 Sep 2012 07:54:42 +0000 (09:54 +0200)
1  2 
src/main/java/de/todesbaum/jsite/main/Main.java

@@@ -80,7 -80,7 +80,7 @@@ public class Main implements ActionList
        private static final Logger logger = Logger.getLogger(Main.class.getName());
  
        /** The version. */
-       private static final Version VERSION = new Version(0, 10);
+       private static final Version VERSION = new Version(0, 11);
  
        /** The configuration. */
        private Configuration configuration;
        }
  
        /** The supported locales. */
 -      private static final Locale[] SUPPORTED_LOCALES = new Locale[] { Locale.ENGLISH, Locale.GERMAN, Locale.FRENCH };
 +      private static final Locale[] SUPPORTED_LOCALES = new Locale[] { Locale.ENGLISH, Locale.GERMAN, Locale.FRENCH, new Locale("pl") };
  
        /** The actions that switch the language. */
        private Map<Locale, Action> languageActions = new HashMap<Locale, Action>();