[LIB-9] Separate chesshog-graphics module
[chesshog.git] / chesshog-graphics / src / main / java / org / hedgecode / chess / img / ImageConstants.java
@@ -32,6 +32,8 @@ public final class ImageConstants {
     public static final String DARK_SQUARE_FILENAME = "dark";
     public static final String LIGHT_SQUARE_FILENAME = "light";
 
+    public static final String LOCALE_BUNDLE_FILE = "org.hedgecode.chess.img.LocalStrings";
+
     private ImageConstants() {
         throw new AssertionError(
                 "No ImageConstants instances!"