mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Add Japanese localization and fix split card view
This commit is contained in:
@@ -280,7 +280,8 @@ public class CardDetailUtil {
|
||||
area.append("\n");
|
||||
}
|
||||
|
||||
String text = card.getText(state, CardTranslation.getTranslationTexts(state.getName(), ""));
|
||||
String text = !card.isSplitCard() ? card.getText(state, CardTranslation.getTranslationTexts(state.getName(), "")) :
|
||||
card.getText(state, CardTranslation.getTranslationTexts(card.getLeftSplitState().getName(), card.getRightSplitState().getName()));
|
||||
|
||||
// LEVEL [0-9]+-[0-9]+
|
||||
// LEVEL [0-9]+\+
|
||||
|
||||
Reference in New Issue
Block a user