Skip to content

Commit

Permalink
Update pokemon-info-container.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Adri1 authored May 26, 2024
1 parent c717ab8 commit 3471fe0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/locales/de/pokemon-info-container.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n";

export const pokemonInfoContainer: SimpleTranslationEntries = {
"moveset": "Moveset",
"gender": "Gender:",
"ability": "Ability:",
"nature": "Nature:",
"epic": "Epic",
"rare": "Rare",
"common": "Common"
"moveset": "Attacken",
"gender": "Geschlecht:",
"ability": "Fähigkeit:",
"nature": "Wesen:",
"epic": "Episch",
"rare": "Selten",
"common": "Gewöhnlich"
} as const;

0 comments on commit 3471fe0

Please sign in to comment.