José Ricardo Fleury Oliveira
5ec8bf1620
Localization: Localized error message for server connection issue ( #2598 )
...
* Localization: localized error message for server connection issue
* forgor about the portuguese translation
* Update src/locales/fr/menu.ts
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
* switched the chinese and portuguese translations
* Update src/locales/de/menu.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/zh_CN/menu.ts
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
* Update src/locales/ko/menu.ts
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
* updated pt translation
* last german fix
* Update src/locales/es/menu.ts
Co-authored-by: Arxxer <javiptn7@gmail.com>
---------
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: Arxxer <javiptn7@gmail.com>
2024-06-27 15:33:58 -04:00
José Ricardo Fleury Oliveira
d8e5dc1e91
Localization: Added missing translation for "Choose a Pokémon" in multiple languages ( #2548 )
2024-06-23 18:19:36 +01:00
Matthew
d70dd16f8c
[Refactor] I18n Cleaning ( #2348 )
...
* I18n Cleaning
* pr comments
* appease typedoc
* moved types into src
2024-06-17 17:05:33 -04:00
Alexis Faizeau
f3e3b58a43
[Enhancement] Translate Settings Menu ( #2187 )
...
* Add en settings translations
* Add fr settings translations
* Translate settings menu
* Add de settings translations keys
* Add es settings translations keys
* Add it settings translations keys
* Add ko settings translations keys
* Add pt br settings translations keys
* Add zh cn settings translations keys
* Add zh tw settings translations keys
* Add ko settings translations keys
* Add de settings translations keys
* Fix a forgotten test
2024-06-17 09:47:22 -04:00
José Ricardo Fleury Oliveira
5cdf148965
[Localization] Localized Daily Run Scoreboard ( #2053 )
...
* localized daily run scoreboard
* Update src/locales/de/menu.ts
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
* localized positionIcon
* Update src/locales/ko/menu.ts
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
---------
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
2024-06-16 21:23:18 +01:00
MadridPawmot
281f0df220
[Localization][es] Update menu.ts ( #1964 )
2024-06-08 14:47:01 -04:00
José Ricardo Fleury Oliveira
40727bdc16
[Localization] Localize "Loading asset:" text ( #1961 )
...
* localized "Loading..." texts
* fixes
* localized loading asset
* fix
2024-06-08 14:34:05 -04:00
José Ricardo Fleury Oliveira
7cee16cee2
[Localization] Localized game-mode and save-slot-select-ui-handler ( #1728 )
...
* localized game-mode and save-slot-select-ui-handler
* Update src/locales/de/game-mode.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update src/locales/de/save-slot-select-ui-handler.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
* Update French save-slot-select-ui-handler.ts
* Update French game-mode.ts
* Update French game-mode.ts
* Update Spanish game-mode.ts and save-slot-select-ui-handler.ts
* fixes
* fix 2
* Update src/locales/ko/game-mode.ts
Co-authored-by: returntoice <dieandbecome@gmail.com>
* Update src/locales/ko/save-slot-select-ui-handler.ts
Co-authored-by: returntoice <dieandbecome@gmail.com>
* fix 3
---------
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: Lugiad <adrien.grivel@hotmail.fr>
Co-authored-by: GoldTra <ericpazos02@gmail.com>
Co-authored-by: returntoice <dieandbecome@gmail.com>
2024-06-08 11:03:01 -04:00
Matthew Olker
7c9e5e9f52
loading screen disclaimer
2024-06-04 21:41:36 -04:00
GoldTra
23d66c0582
[Localization] Updated Spanish translations ( #1600 )
...
* Updated spanish translations
* Updated tutorial.ts
* Updated translations feedback
* Update tutorial.ts
2024-05-30 11:16:08 -04:00
InnocentGameDev
dfdb1909f1
[Localization] Spanish menu.ts and tutorial.ts translation and typos-fixing ( #1583 )
...
* Translation fixes for Spanish
* Tutorial.ts Spanish translation fix
* Update menu.ts
Fixed the message, didn't realize that line needed updating too
2024-05-29 19:21:49 -05:00
Adrian T
fccd546415
Add Settings On Title Screen, Update Starter-Select Tutorial Dialogue (EN, DE, FR, CN, BR) ( #1367 )
...
* add settings on title screen, update starter select tutorial (en)
* French "Settings" transaltion in menu.ts
* Update French tutorial.ts
* [LOCALIZATION] add DE
* fix players online position
* [LOCALIZATION] add zh_CN
* [LOCALIZATION] add pt_BR
---------
Co-authored-by: Lugiad <adrien.grivel@hotmail.fr>
2024-05-28 16:51:33 -04:00
Greenlamp2
bac6c22973
ESLint - The Essential Linter and Formatter for JavaScript and TypeScript ( #1224 )
...
* eslint config + packages
* updated eslint config
* fix the issue eslint adding ;;;; at interfaces
* first round with eslint --fix .
* removed config for unused export
* Revert "first round with eslint --fix ."
This reverts commit 77a88e0895f7c3389cb223651b90d918af778fe9.
* removed config for camelCase
* for real this time, first round of eslint --fix .
* halfway to manual eslint fix
* eslint done
* added "how to setup" the hook to eslint --fix each new file before commit (if wanted)
* removed eslintrc config file duplicat
* fix human error + ignore build folder + merge overrides
* added curly brace style + eslint
* applied double quote linter rule
* added lefthook
* test precommit
* test precommit
* test precommit
* test precommit
* test precommit
* test precommit
* test precommit
* github action to run eslint
* added node_modules to ignore eslint
* different action for typescript
* no need for different glob (default src)
* node 20
* node 20
* removed no longer needed install file
* remove hooks part from README
* eslint fixes
---------
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
2024-05-23 11:03:10 -04:00
Surinam
b8dff030aa
Weather & evolution i18n with french translations ( #380 )
...
Co-authored-by: Marius MICHAUD <marius@lacomstore.com>
2024-05-15 12:31:18 -05:00
ArceUseless
bde7620ac0
New spanish translations and literals for all langs ( #552 )
...
* Spanish translations for intro messages and some menus. Added Empty (save file) to lang files
* Spanish translations + new literals in all langs
* Spanish translations, new literals for all langs (starter-select-ui-handler)
* Two translations
* Resolving accidental overwrite in french menu.ts
* New starter-select-ui-handler lang files for all langs
---------
Co-authored-by: rnicar <rj.nieto.car@gmail.com>
2024-05-06 12:02:45 -04:00
ArceUseless
19e434929c
Spanish translations ( #422 )
...
* Spanish translations for intro messages and some menus. Added Empty (save file) to lang files
* Spanish translations + new literals in all langs
---------
Co-authored-by: rnicar <rj.nieto.car@gmail.com>
2024-05-03 17:52:09 -04:00
Flashfyre
6ac224ab8a
Refactor to split battle messages from menu
2024-05-01 18:54:35 -04:00
TeKrop
e34b204664
feat: added support for localisation on battle scene sentences
2024-05-01 18:54:35 -04:00
TeKrop
eac9b4d385
fix: reworked daily and weekly rankings translations workflow
2024-05-01 08:56:33 -04:00
Raphael van der Woude
c7bd99b345
Added missing menu translations ( #355 )
...
* Added missing menu translations
* Added missing translations to other languages
---------
Co-authored-by: Raphael van der Woude <raphael.van.der.woude@dias.nl>
2024-04-30 10:53:00 -04:00
Flashfyre
dded0f0edd
Fix using wrong parameter name for multi hit move localization
2024-04-26 13:54:35 -04:00
PabloG02
cd68d2c4a9
Make more phases strings translatable and add their spanish locale
2024-04-26 13:42:36 -04:00
PabloG02
a71392f2d6
Add Spanish localization for menu, moves and pokeballs
2024-04-23 11:58:47 -04:00