pokerogue/src
Enoch a7acf752db
[Localization] Add localization hard-coded message in ability (AIR_LOCK, CLOUD_NINE) (#3641)
* localize ability message "The effects of the weather disappeared."

* Update src/locales/de/ability-trigger.ts

Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>

* Update src/locales/it/ability-trigger.ts

Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>

* Update src/locales/fr/ability-trigger.ts

Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>

* Apply suggestions from code review

Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>

* Update src/locales/es/ability-trigger.ts

Co-authored-by: Asdar <asdargmng@gmail.com>

---------

Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Asdar <asdargmng@gmail.com>
2024-08-23 01:23:47 +09:00
..
@types [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
configs/inputs [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
data [Localization] Add localization hard-coded message in ability (AIR_LOCK, CLOUD_NINE) (#3641) 2024-08-23 01:23:47 +09:00
enums [Move] Implement Shell Trap (#3500) 2024-08-13 21:47:05 +01:00
events [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
field [Bug] Fix some damage formulas processed with ceil instead of floor (#3557) 2024-08-21 22:39:11 -07:00
interfaces [Localization] localized status-effect.ts and translate. (#2528) 2024-07-02 10:22:46 -04:00
locales [Localization] Add localization hard-coded message in ability (AIR_LOCK, CLOUD_NINE) (#3641) 2024-08-23 01:23:47 +09:00
modifier [Bug] Fix some damage formulas processed with ceil instead of floor (#3557) 2024-08-21 22:39:11 -07:00
phases [Enhancement] Add support for simulated calls to Abilities (#3529) 2024-08-21 18:29:21 -07:00
pipelines [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
plugins [Enhancement] Support for special characters(♪.★,♥,♣) in game font (issue#3180) (#3535) 2024-08-21 20:32:03 -07:00
system Deleted phases.ts (#3618) 2024-08-19 03:23:52 +01:00
test [Test] Replace doAttack() with move.select() in tests (#3567) 2024-08-22 06:49:33 -07:00
ui [Refactor] Move Daily Pokerus Start Generation to its own function in data/pokemon-species (#3501) 2024-08-23 00:20:14 +08:00
account.ts [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
battle-scene.ts [Localization] Localizable owned money symbol on battle UI (#3646) 2024-08-21 20:57:46 -07:00
battle.ts resolve some open strict-null bangs TODOs (#3530) 2024-08-13 22:12:42 +01:00
debug.js ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
game-mode.ts [Hotfix] End Biome Catch Problems (#3605) 2024-08-18 01:09:28 +01:00
inputs-controller.ts resolve some open strict-null bangs TODOs (#3530) 2024-08-13 22:12:42 +01:00
loading-scene.ts feat: Add August Variant Update event banner 2024-08-17 05:33:31 +01:00
main.ts more specific font unicode ranges and add unifont to existing families (#2459) 2024-06-20 11:28:47 -04:00
messages.ts resolve some open strict-null bangs TODOs (#3530) 2024-08-13 22:12:42 +01:00
overrides.ts [Refactor/Bug] Overhaul & Document Item/Modifier Overrides (#2320) 2024-08-12 11:54:52 +01:00
phase.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
scene-base.ts [UI] Update Challenge UI (#2393) 2024-06-19 20:40:08 +01:00
timed-event-manager.ts feat: update 2024-08-17 17:22:36 +01:00
touch-controls.ts [Feature] Move touch controls configuration (Reopened) (#3256) 2024-08-10 14:17:04 +01:00
tutorial.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
ui-inputs.ts [Enhancement] Add go filter shortcut (#3345) 2024-08-08 20:34:20 +01:00
utils.test.ts [Testing] Flexible Testing Wrapper for Phaser-Based Battle-Scenes (#1908) 2024-06-07 18:33:45 -04:00
utils.ts [Bug] Fix some damage formulas processed with ceil instead of floor (#3557) 2024-08-21 22:39:11 -07:00
vite.env.d.ts Beta Merge 27/07 (#3141) 2024-07-28 00:47:00 +01:00