José Ricardo Fleury Oliveira
74ee3329f8
Added "Uncaught" localization in Starter Selection UI ( #831 )
2024-05-13 18:02:44 -05:00
Madmadness65
34a4f86982
Add a couple starter select localization entries
...
The passive ability's "Locked" and "Disabled" strings can now be localized.
2024-05-13 12:50:56 -05:00
Alvin Zou
6d73500aeb
Update Frisk descriptions ( #784 )
2024-05-13 11:08:55 -05:00
Alessandro Bruzzese
b189289890
Updated italian localization ( #815 )
...
Updated:
- `it/fight-ui-handler`
- `it/growth`
- `it/nature`
2024-05-13 10:52:31 -05:00
ArceUseless
fe6aefd910
Natures langs with new config ( #611 )
...
* Natures lang files
* Updated French nature.ts
* Nature german translation + chinese added
* Added nature to chinese config.ts
---------
Co-authored-by: rnicar <rj.nieto.car@gmail.com>
Co-authored-by: Lugiad <adrien.grivel@hotmail.fr>
Co-authored-by: rnicar245 <55734812+rnicar245@users.noreply.github.com>
2024-05-11 21:22:45 -05:00
ArceUseless
e9ca17c519
New growth rate lang files ( #563 )
...
* New growth rate lang files
* Update i18n.ts, fixing overwrite
* Added growth to lang conf files
---------
Co-authored-by: rnicar <rj.nieto.car@gmail.com>
2024-05-11 21:04:09 -05:00
Dakurei
593ac38267
Fix some errors from previous PR #711 ( #716 )
2024-05-10 10:29:22 -05:00
Dakurei
f1935a3e15
Adds 'accuracy' to the move information in the fight ui
...
+ Capitalize 'power' and 'accuracy' fields
2024-05-10 10:27:44 -04:00
alpaca
aeab9d78ec
Implements cursed body ( #227 )
...
* implements cursed body
* 30 percent chance to proc
* check if max
* removes unimplemented tag
* bypasses faint
* un-disable message specifies pokemon name
* adds prefix to un-disable message
* space issue
2024-05-08 19:25:16 -05:00
Bruzzi
582330df33
Update italian translation
2024-05-06 15:01:18 -04:00
Matthew
674b2257be
I18n import cleanup ( #562 )
...
* config import change
* all other configs
2024-05-06 14:25:17 -04: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
Benjamin Odom
2b4dc9a4f0
Fixes Struggle Softlock ( #531 )
...
* Fixes Struggle Softlock
Fixed an issue where moves marked as (N) would prevent you from being able to Struggle.
Also fixes messaging so that a message shows when you are out of PP, Disabled, or trying to use an unimplemented move consistently.
* Update phases.ts
2024-05-06 00:02:52 -04:00
Lugiad
f5bf35f8de
Removing forms names in Italian pokemon.ts ( #486 )
...
* Removing forms names in Italian pokemon.ts
Forms names aren't supposed to be specified in the name of the Pokémon
* Removing forms names in Italian pokemon.ts
2024-05-05 10:47:16 -04:00
Alessandro Bruzzese
fea73081e5
Trasleted move.ts in italian ( #490 )
...
* Added Italian translations for ability.ts and other element
* traslated move.ts
2024-05-05 10:46:56 -04:00
Benjamin Odom
faf1c0bce6
Small Typo when Learning a TM
...
Fixes a small typo when learning a tm. The incorrect escape character was being used and no escape character was being used for Spanish.
2024-05-05 10:45:47 -04:00
Alessandro Bruzzese
41f9420c90
Added Italian translations for ability.ts and other element ( #471 )
2024-05-04 21:00:28 -05: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
Simoninoo
67431fb83b
Patch Ita ( #399 )
...
* Syntax correction
* Tutorial translation
2024-05-02 20:45:45 -04:00
Lugiad
10506f9cf5
Update italian pokemon-stat.ts ( #389 )
...
* Update italian pokemon-stat.ts
* Update italian pokemon-stat.ts
2024-05-02 08:37:05 -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
Flashfyre
77caa8ece5
Add back shift for toggling stats
2024-05-01 00:27:11 -04:00
Flashfyre
6fd5709b13
Reapply stat change feature with fixes
2024-04-30 23:02:16 -04:00
Flashfyre
8a54e862fc
Revert "Add togglable stat change display"
...
This reverts commit 718585062bf3d5bf5067003da9a6b70bfb407940.
2024-04-30 22:14:24 -04:00
Flashfyre
718585062b
Add togglable stat change display
2024-04-30 22:06:54 -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
Thomas David
9575054010
Implement localisation for tutorial ( #330 )
...
* Implement localisation for tutorial
* Fix modules name
* Fix keys name
* Fix keys name part 2 : the return
* Add lines breaks in localisation files
2024-04-29 12:33:18 -04:00
Edralo
4cfae4703c
Implement localisation for main menu options (menu-ui-handler) & add french locale
2024-04-25 14:27:05 -04:00
Edralo
dc575d44a3
Implement localisation for pokemon stats & add french locale
2024-04-24 19:12:26 -04:00
Gwendal
8d7f1ae554
Allowing pokemon name translation ( #228 )
...
* Allow pokemon name translation
* Improve Pokemon localization
---------
Co-authored-by: Flashfyre <flashfireex@gmail.com>
2024-04-21 19:53:24 -04:00
James Lin
73c9625df1
Add i18next framework to enable further contributions ( #96 )
...
* prototype
* Update with comments and type safety
2024-04-11 23:47:03 -04:00