pokerogue/src/ui
Lugiad ca4df7233f
[UI/UX] [Localization] Japanese font change and custom size edits (#6026)
* Delete Japanese Galmuri11 font

* Delete Japanese Galmuri9 font

* Added pokemon-bw font for Japanese

* Changed Japanese Font + removed font size adjustment

* Added Japanese Custom Adjustments

* Slightly increased spacing for Ability name+desc labels

* Japanese starterInfoText adjustments

* Japanese custom lineSpacing adjustment

* Spacing for Ability desc labels adjusted

* Friendship count text adjustment

* Japanese former custom adjustments removal

* TextStyle adjustments

* TextStyle.PARTY adjustments

* Added new TextStyle

* Added new TextStyle

* Added new TextStyle

* Added new TextStyle

* Added new TextStyle

* Add new TextStyle

* Add new Text Style

* Add new TextStyle

* Add new TextStyle

* Add new TextStyle

* Add new TextStyle

* Add new TextStyle

* PARTY_CANCEL_BUTTON TextStyle Correction

* PARTY_CANCEL_BUTTON TextStyle Correction

* Removal of old Japanese line spacing parameter

* Removed old Japanese adjustments

* Apply Biome

* PARTY_CANCEL_BUTTON Adjustments

* partyCancelText position adjustment

* Update i18n.ts

* Change TextStyle of valueLimitLabel

* Added new TextStyle

* Add MOVE_LABEL TextStyle

* Add MOVE_LABEL TextStyle

* Line formatting correction

* MOVE_LABEL TextStyle padding correction

* Added GROWTH_RATE_TYPE TextStyle

* Add GROWTH_RATE_TYPE TextStyle

* Line formatting correction

* Egg Moves title text indepentent from pokemonEggMovesContainer

* Egg Moves title text indepentent from pokemonEggMovesContainer

* Update src/ui/starter-select-ui-handler.ts

* Correction to eggMovesLabel

* Update starter-select-ui-handler.ts

* Added SUMMARY_STATS_GOLD

* Added SUMMARY_STATS_GOLD

* Added proper multiplication symbol

* Added proper multiplication symbol

* Added proper multiplication symbol

* Added proper multiplication symbol

* Added GROWTH_RATE_TYPE

* Added INSTRUCTIONS_TEXT TextStyle

* Added INSTRUCTIONS_TEXT TextStyle

* Added INSTRUCTIONS_TEXT TextStyle

* Added INSTRUCTIONS_TEXT TextStyle

* Added INSTRUCTIONS_TEXT TextStyle

* INSTRUCTIONS_TEXT adjustments

* Added proper multiplication symbol

* Added SUMMARY_DEX_NUM TextStyle

* Added SUMMARY_DEX_NUM

* Revert SUMMARY_DEX_NUM to wrong text

* Add SUMMARY_DEX_NUM

* Removed outdated Japanese custom line spacing

* Removed outdated Japanese custom line spacing

* Removed outdated Japanese custom line spacing

* Correction outdated Japanese custom line spacing

* Added MOVE_LABEL TextStyle

* Fixed corped tooltipbox and tooltipbox scrolling

* Corrected ME descriptiuon scrolling

* Added MOVE_LABEL

* Apply HEADER_LABEL TextStyle

* Apply HEADER_LABEL

* Added custom values for SETTINGS_VALUE

* Apply MOVE_LABEL

* Added STATS_HEXAGON TextStyle

* Apply STATS_HEXAGON TextStyle

* Typo correction

* Delete outadated pokemon-bw font

* Add updated pokemon-bw font

* Update pokemon-bw format

* Added EGG_SUMMARY_NAME and EGG_SUMMARY_DEX TextStyles

* Apply EGG_SUMMARY_NAME and EGG_SUMMARY_DEX

* Add LUCK_VALUE TextStyle

* Apply LUCK_VALUE TextStyle

* Apply LUCK_VALUE TextStyle

* Adjusted LUCK_VALUE

* Apply LUCK_VALUE TextStyle

* Adjustments for Japanese

* Adjusted Japanese custom

* Added FILTER_BAR_MAIN TextStyle

* Apply FILTER_BAR_MAIN TextStyle

* Added japanese to custom TextStyle

* Added English language settings

* Apply Biome

* pokemon-bw font update

* pokemon-bw font updated

* pokemon-bw font update

* pokemon-bw font update

* pokemon-bw font update

* pokemon-bw font update

* pokemon-bw font update

* pokemon-bw font update

---------

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
2025-07-11 13:51:59 -04:00
..
battle-info [Beta][Bug][UI/UX] Fix name position and types not being updated in battle info (#5913) 2025-06-02 12:59:10 +00:00
settings [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
ability-bar.ts [Refactor] Align ability display with mainline (#5267) 2025-03-16 02:51:02 +00:00
abstact-option-select-ui-handler.ts [Misc] Run biome on all files; update some rules to be errors now 2025-06-14 00:59:34 -07:00
achv-bar.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
achvs-ui-handler.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
admin-ui-handler.ts [Misc] Run biome on all files; update some rules to be errors now 2025-06-14 00:59:34 -07:00
arena-flyout.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
autocomplete-ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
awaitable-ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
ball-ui-handler.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
base-stats-overlay.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
battle-flyout.ts [Dev] Update Biome to 2.0.0 (#6004) 2025-06-20 23:24:11 -07:00
battle-message-ui-handler.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
bgm-bar.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
candy-bar.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
challenges-select-ui-handler.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
char-sprite.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
command-ui-handler.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
confirm-ui-handler.ts [Beta] Revert "[UI/UX] Default cursor to no when stop trying to teach move" (#5990) 2025-06-14 17:40:18 -04:00
daily-run-scoreboard.ts [Dev] Update Biome to 2.0.0 (#6004) 2025-06-20 23:24:11 -07:00
dropdown.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
egg-counter-container.ts [Refactor] Cleanup egg-counter-container (#5892) 2025-05-30 23:08:52 +00:00
egg-gacha-ui-handler.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
egg-hatch-scene-handler.ts [Refactor] Decouple phase system from battle-scene (#5953) 2025-06-07 17:59:30 -07:00
egg-list-ui-handler.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
egg-summary-ui-handler.ts [Refactor] Decouple phase system from battle-scene (#5953) 2025-06-07 17:59:30 -07:00
evolution-scene-handler.ts Cleanup evolution scene handler 2025-05-29 22:51:36 -05:00
fight-ui-handler.ts [Refactor] Fix issues with "last move selected" vs "used" (#5810) 2025-06-15 10:52:44 -07:00
filter-bar.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
filter-text.ts [Tests][UI/UX] Add automated tests for the pokedex (#5637) 2025-04-23 18:10:01 +00:00
form-modal-ui-handler.ts [Bug] Fix Login Screen Buttons can be Pressed While Animating (#5170) 2025-04-19 14:00:12 -07:00
game-stats-ui-handler.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
hatched-pokemon-container.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
loading-modal-ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
login-form-ui-handler.ts [Dev] Enable Biome checking of pokemon.ts (#5720) 2025-05-27 07:50:54 -07:00
menu-ui-handler.ts [Misc] Run biome on all files; update some rules to be errors now 2025-06-14 00:59:34 -07:00
message-ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
modal-ui-handler.ts [Bug] Fix Login Screen Buttons can be Pressed While Animating (#5170) 2025-04-19 14:00:12 -07:00
modifier-select-ui-handler.ts [Misc] Move allMoves to data-lists.ts (#5860) 2025-05-21 20:18:24 -07:00
move-info-overlay.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
mystery-encounter-ui-handler.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
party-exp-bar.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
party-ui-handler.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
pokeball-tray.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
pokedex-info-overlay.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
pokedex-mon-container.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
pokedex-page-ui-handler.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
pokedex-scan-ui-handler.ts [Refactor] Rework evolution conditions and descriptions (#5679) 2025-06-16 05:57:51 -07:00
pokedex-ui-handler.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
pokemon-hatch-info-container.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
pokemon-icon-anim-handler.ts [Refactor] Create utility function coerceArray (#5723) 2025-06-12 21:30:01 -07:00
pokemon-info-container.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
registration-form-ui-handler.ts [Refactor/Bug/Ability] Reworked BattleData, fixed Rage Fist, Harvest, Belch + Implemented Cud Chew (#5655) 2025-05-02 00:06:07 -05:00
rename-form-ui-handler.ts [Ability] Implement Illusion (#3273) 2025-04-12 21:22:04 -04:00
run-history-ui-handler.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
run-info-ui-handler.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
save-slot-select-ui-handler.ts [Dev] Update Biome to 2.0.0 (#6004) 2025-06-20 23:24:11 -07:00
saving-icon-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
scroll-bar.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
scrollable-grid-handler.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
session-reload-modal-ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
starter-container.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
starter-select-ui-handler.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
stats-container.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
summary-ui-handler.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
target-select-ui-handler.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
test-dialogue-ui-handler.ts [Misc] Run biome on all files; update some rules to be errors now 2025-06-14 00:59:34 -07:00
text.ts [UI/UX] [Localization] Japanese font change and custom size edits (#6026) 2025-07-11 13:51:59 -04:00
time-of-day-widget.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
title-ui-handler.ts [Refactor] Rework evolution conditions and descriptions (#5679) 2025-06-16 05:57:51 -07:00
ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
ui-theme.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
ui.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
unavailable-modal-ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00