Skip to content

Commit

Permalink
fix: correct i18n messages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Nov 27, 2024
1 parent 1bdd12b commit d18752c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions content/de/metadata/index.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"description": "ACDH-CH Application template",
"title": "ACDH-CH App",
"description": "Thomas Bernhard in Translation",
"title": "Thomas Bernhard in Translation",
"twitter": {
"creator": "@acdh_oeaw",
"site": "@acdh_oeaw"
},
"manifest": {
"description": "ACDH-CH Application template",
"name": "ACDH-CH App",
"short-name": "ACDH-CH App"
"description": "Thomas Bernhard in Translation",
"name": "Thomas Bernhard in Translation",
"short-name": "Thomas Bernhard in Translation"
}
}
10 changes: 5 additions & 5 deletions content/en/metadata/index.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"description": "ACDH-CH Application template",
"title": "ACDH-CH App",
"description": "Thomas Bernhard in Translation",
"title": "Thomas Bernhard in Translation",
"twitter": {
"creator": "@acdh_oeaw",
"site": "@acdh_oeaw"
},
"manifest": {
"description": "ACDH-CH Application template",
"name": "ACDH-CH App",
"short-name": "ACDH-CH App"
"description": "Thomas Bernhard in Translation",
"name": "Thomas Bernhard in Translation",
"short-name": "Thomas Bernhard in Translation"
}
}
16 changes: 8 additions & 8 deletions messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"drama": "Drama & Libretti",
"fragments": "Fragmente",
"letterspeechinterview": "Briefe, Reden, Interviews",
"novellas": "Novellen & kurze Prosa",
"novellas": "Novellen & Kurzprosa",
"novels": "Romane",
"prose": "Prosa",
"poetry": "Poesie"
"poetry": "Lyrik"
},
"AppFooter": {
"links": {
Expand All @@ -22,10 +22,10 @@
"works": "Werke",
"languages": "Sprachen",
"search": "Suche",
"translators": "Übersetzer"
"translators": "Übersetzer:innen"
},
"navigation-primary": "Primär",
"title": "Thomas Bernhard Online"
"title": "Thomas Bernhard in Translation"
},
"ColorSchemeSwitcher": {
"change-color-scheme": "Farbschema ändern",
Expand All @@ -47,15 +47,15 @@
},
"IndexPage": {
"lead-in": "",
"title": "Thomas Bernhard Online"
"title": "Thomas Bernhard in Translation"
},
"InstantSearch": {
"all": "alle",
"filter": "Suche",
"filter_by": {
"category": "Kategorie",
"language": "Sprachen",
"translator": "Übersetzer",
"translator": "Übersetzer:innen",
"work": "Werk",
"yeartitle": "Werk"
},
Expand Down Expand Up @@ -101,13 +101,13 @@
"contains": "enthält Übersetzungen",
"language": "Sprache",
"more_in": "mehr auf",
"publisher": "Herausgeber",
"publisher": "Verlag / Publikation",
"translated_by": "übersetzt von",
"later_editions": "spätere Editionen",
"year": "Veröffentlichungsjahr"
},
"SearchPage": {
"contains_translators_name": "Übersetzer",
"contains_translators_name": "Übersetzer:in",
"contains_work_category": "Kategorie",
"contains_work_short_title": "Werk",
"language": "Sprache"
Expand Down
4 changes: 2 additions & 2 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"translators": "translators"
},
"navigation-primary": "Primary",
"title": "Thomas Bernhard Online"
"title": "Thomas Bernhard in Translation"
},
"ColorSchemeSwitcher": {
"change-color-scheme": "Change color scheme",
Expand All @@ -47,7 +47,7 @@
},
"IndexPage": {
"lead-in": "",
"title": "Thomas Bernhard Online"
"title": "Thomas Bernhard in Translation"
},
"InstantSearch": {
"all": "all",
Expand Down

0 comments on commit d18752c

Please sign in to comment.