import java.util.ResourceBundle;
import org.hedgecode.chess.Builder;
-import org.hedgecode.chess.ChessHogConstants;
+import org.hedgecode.chess.FormatConstants;
import org.hedgecode.chess.position.Color;
import org.hedgecode.chess.position.ColorPiece;
import org.hedgecode.chess.position.Position;
if (withTemplate) {
ResourceBundle resourceBundle =
- ResourceBundle.getBundle(ChessHogConstants.LOCALE_BUNDLE_FILE);
+ ResourceBundle.getBundle(FormatConstants.LOCALE_BUNDLE_FILE);
sb.append(Wiki.TEMPLATE_BEGIN).append(
resourceBundle.getString("wiki.chess.diagram.name")
).append(Wiki.CRLF);