pokerogue/src/locales/pt_BR
Jannik Tappert a99bcbce3d
[Localization] Achievements are now based on Player Gender (because some languages differ based on that). (#1721)
* Achivments(localization of name and description) now depend on the player gender

* Fixed Name in ptBr config

* Now the achivments are also shown with a gender specific title

* Changed it so it checks if PlayerGender is undefined first

* Update src/locales/de/config.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/locales/en/config.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/locales/es/config.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/locales/fr/config.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/locales/it/config.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/locales/ko/config.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/locales/pt_BR/config.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/system/voucher.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/locales/zh_CN/config.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/locales/zh_TW/config.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/ui/achv-bar.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/ui/achv-bar.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/ui/achv-bar.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/ui/achv-bar.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/system/achv.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/system/achv.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/system/achv.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/ui/achvs-ui-handler.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/ui/achvs-ui-handler.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* Update src/ui/achvs-ui-handler.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

* instantiate player gender on in AchvBar constructor

* Reverted the change made only for the tests. And adjusted the import to use the new enum file

* Changed a import to make vite build it again correctly

* Again some changes to the imports for the github docs that was complaining

* The new challenges are also now localized and gender based

* Readded getDescription

---------

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: ImperialSympathizer <imperialsympathizer@gmail.com>
2024-06-09 12:40:23 -04:00
..
ability-trigger.ts [ptBR Localization] Updated dialogue.ts, Tera Shards and trainer.ts (#1881) 2024-06-07 12:57:10 +01:00
ability.ts Achievements localization, organized some locales files and ptBR translations (#1150) 2024-06-02 00:53:13 +01:00
achv.ts [Localization] Achievements are now based on Player Gender (because some languages differ based on that). (#1721) 2024-06-09 12:40:23 -04:00
battle-message-ui-handler.ts Translation fixes ptBR (#1468) 2024-05-28 10:00:27 -04:00
battle.ts [ptBR Localization] Added many translations (#1951) 2024-06-08 10:53:25 -04:00
berry.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
biome.ts [ptBR Translations] Dialogue, game-stats and more (#1559) 2024-06-03 15:30:27 +01:00
challenges.ts [ptBR Localization] Added many translations (#1951) 2024-06-08 10:53:25 -04:00
command-ui-handler.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
config.ts [Localization] Achievements are now based on Player Gender (because some languages differ based on that). (#1721) 2024-06-09 12:40:23 -04:00
dialogue.ts [ptBR Localization] Updated dialogue.ts, Tera Shards and trainer.ts (#1881) 2024-06-07 12:57:10 +01:00
egg.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
fight-ui-handler.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
game-mode.ts [Localization] Localized game-mode and save-slot-select-ui-handler (#1728) 2024-06-08 11:03:01 -04:00
game-stats-ui-handler.ts [ptBR] Translated text (#1821) 2024-06-05 12:44:48 -05:00
growth.ts [ptBR Localization] Added many translations (#1951) 2024-06-08 10:53:25 -04:00
menu-ui-handler.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
menu.ts [Localization] Localize "Loading asset:" text (#1961) 2024-06-08 14:34:05 -04:00
modifier-type.ts [Localization] Locales punctuation fix in descriptions in (en/es/de/it/fr/ko/pt/zh) modifier-type.ts, and other German locales punctuation fixes (#1696) 2024-06-09 11:57:53 -04:00
move.ts [ptBR Translations] Dialogue, game-stats and more (#1559) 2024-06-03 15:30:27 +01:00
nature.ts Translation fixes ptBR (#1468) 2024-05-28 10:00:27 -04:00
party-ui-handler.ts [ptBR Localization] Added many translations (#1951) 2024-06-08 10:53:25 -04:00
pokeball.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
pokemon-info-container.ts Translation fixes ptBR (#1468) 2024-05-28 10:00:27 -04:00
pokemon-info.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
pokemon.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
save-slot-select-ui-handler.ts [Localization] Localized game-mode and save-slot-select-ui-handler (#1728) 2024-06-08 11:03:01 -04:00
splash-messages.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
starter-select-ui-handler.ts [QoL] Show currently bound controls on starter menu for last active device (#1859) 2024-06-09 03:35:11 +02:00
trainers.ts [ptBR Localization] Updated dialogue.ts, Tera Shards and trainer.ts (#1881) 2024-06-07 12:57:10 +01:00
tutorial.ts translations (#1850) 2024-06-05 21:52:59 -05:00
voucher.ts Achievements localization, organized some locales files and ptBR translations (#1150) 2024-06-02 00:53:13 +01:00
weather.ts useMove + pokemon affix localization (#1276) 2024-06-06 08:36:12 -05:00