Add all keys that are in english but missing in german

This commit is contained in:
Jannik Tappert 2024-08-08 19:16:37 +02:00
parent 49bb681554
commit c9f56d8a97
3 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -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",