mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
[UI/UX] [Localization] Korean and Chinese Visual Fixes (#6452)
This commit is contained in:
parent
2c89295e3d
commit
e0a752aa70
@ -349,6 +349,15 @@ export function getTextStyleOptions(
|
||||
styleOptions.fontSize = defaultFontSize - 42;
|
||||
styleOptions.padding = { top: 4 };
|
||||
break;
|
||||
case "ko":
|
||||
styleOptions.fontSize = defaultFontSize - 38;
|
||||
styleOptions.padding = { top: 4, left: 6 };
|
||||
break;
|
||||
case "zh-CN":
|
||||
case "zh-TW":
|
||||
styleOptions.fontSize = defaultFontSize - 42;
|
||||
styleOptions.padding = { top: 5, left: 14 };
|
||||
break;
|
||||
default:
|
||||
styleOptions.fontSize = defaultFontSize - 30;
|
||||
styleOptions.padding = { left: 12 };
|
||||
|
Loading…
Reference in New Issue
Block a user