Skip to content

Commit

Permalink
fix: Merge pull request #963 from ReuschelCGN/translation
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks authored Feb 23, 2024
2 parents 37104f6 + 0e3736f commit cbc0160
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion packages/locales/lib/human/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,5 +695,14 @@
"extra": "Extra",
"select": "Auswählen",
"searching": "suche...",
"no_options": "Keine Treffer..."
"no_options": "Keine Treffer...",
"and": "UND",
"or": "ODER",
"only_global": "nur Globale",
"global_caption": "Ignoriert alle anderen Filter",
"global_and_individual": "Globale & Individuelle Filter",
"gender_filters_all": "Geschlecht gilt für alle",
"and_caption": "miteinander verbunden",
"or_caption": "filtert unabhängig",
"filter_help": "Filter Hilfe"
}
2 changes: 1 addition & 1 deletion src/components/layout/dialogs/filters/PkmnFilterHelp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export function PkmnFilterHelp() {
if (!perms.pokemon) return null
return (
<DialogWrapper dialog="pkmnFilterHelp" maxWidth="md">
<Header titles="Filter Help" action={handleClose} />
<Header titles={t('filter_help')} action={handleClose} />
<DialogContent sx={{ p: 0, height: '100%', alignItems: 'center' }}>
<Grid2
container
Expand Down

0 comments on commit cbc0160

Please sign in to comment.