mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-21 00:58:33 +01:00
[Localization] German missing keys (#3436)
* Add all keys that are in english but missing in german * useless change * Revert "useless change" This reverts commit 15cff42d8d8b713ebc7a1dee84a6b465797e319d.
This commit is contained in:
parent
f0d4dfa09e
commit
b5a40bfdfc
@ -5,4 +5,5 @@ export const pokemonInfoContainer: SimpleTranslationEntries = {
|
|||||||
"gender": "Geschlecht:",
|
"gender": "Geschlecht:",
|
||||||
"ability": "Fähigkeit:",
|
"ability": "Fähigkeit:",
|
||||||
"nature": "Wesen:",
|
"nature": "Wesen:",
|
||||||
|
"form": "Form:",
|
||||||
} as const;
|
} as const;
|
||||||
|
@ -3,6 +3,7 @@ import { PokemonInfoTranslationEntries } from "#app/interfaces/locales";
|
|||||||
export const pokemonInfo: PokemonInfoTranslationEntries = {
|
export const pokemonInfo: PokemonInfoTranslationEntries = {
|
||||||
Stat: {
|
Stat: {
|
||||||
"HP": "KP",
|
"HP": "KP",
|
||||||
|
"HPStat": "KP",
|
||||||
"HPshortened": "KP",
|
"HPshortened": "KP",
|
||||||
"ATK": "Angriff",
|
"ATK": "Angriff",
|
||||||
"ATKshortened": "Ang",
|
"ATKshortened": "Ang",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user