mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-28 12:39:32 +01:00
* Update i18n.ts * Update config.ts * Update game-stats-ui-handler.ts * Add files via upload * Cleanup code + Modification of the interface to manage labels dynamically (without this, the language change was not reflected until the page was completely refreshed) * Apply ESLint after rebase on upstream/main * Remove useless initStatsKeys * Adds german localization + Changes font size in german only (because otherwise it overflows :D) * Adds an additional method of formatting large numbers to make it a little more pleasant to read + The other was a little too barbaric in what it truncated, but is still useful in certain cases + Use abbreviations from 10^0 to 10^33 * Use of the new 'formatFancyLargeNumber' method to display money owned in combat and the highest sum of money obtained in statistics --------- Co-authored-by: Lugiad <adrien.grivel@hotmail.fr> Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| ability-trigger.ts | ||
| ability.ts | ||
| battle-message-ui-handler.ts | ||
| battle.ts | ||
| berry.ts | ||
| biome.ts | ||
| command-ui-handler.ts | ||
| config.ts | ||
| dialogue.ts | ||
| egg.ts | ||
| fight-ui-handler.ts | ||
| game-stats-ui-handler.ts | ||
| growth.ts | ||
| menu-ui-handler.ts | ||
| menu.ts | ||
| modifier-type.ts | ||
| move.ts | ||
| nature.ts | ||
| pokeball.ts | ||
| pokemon-info.ts | ||
| pokemon.ts | ||
| splash-messages.ts | ||
| starter-select-ui-handler.ts | ||
| trainers.ts | ||
| tutorial.ts | ||
| voucher.ts | ||
| weather.ts | ||