Skip to content

Commit

Permalink
fix: add german to language names
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Sep 24, 2023
1 parent 3e27931 commit 804c266
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 5 additions & 4 deletions i18n/de.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lang": "en",
"locale": "en_US",
"lang": "de",
"locale": "de_CH",
"description": "Plattform für die Verwaltung von Escape Rooms im Bildungsbereich",
"analytics": {
"charts": {
Expand Down Expand Up @@ -689,7 +689,8 @@
"langs": {
"dontForce": "Nicht erzwingen",
"en": "Englisch",
"es": "Spanisch"
"es": "Spanisch",
"de": "Deutsch"
},
"resources": {
"title": "Ressourcen für die Erstellung von Puzzles",
Expand Down Expand Up @@ -1078,4 +1079,4 @@
"msgPlaceholder": "Schreiben Sie hier Ihre Nachricht",
"msgPlaceholder2": "Schreiben Sie hier Ihre Nachricht. Alle Benutzer in dieser Liste, die derzeit verbunden sind, werden sie erhalten."
}
}
}
3 changes: 2 additions & 1 deletion i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,8 @@
"langs": {
"dontForce": "Do not force",
"en": "English",
"es": "Spanish"
"es": "Spanish",
"de": "German"
},
"resources": {
"title": "Resources for creating puzzles",
Expand Down
3 changes: 2 additions & 1 deletion i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,8 @@
"langs": {
"dontForce": "No forzar",
"en": "Inglés",
"es": "Español"
"es": "Español",
"de": "Alemán"
},
"resources": {
"title": "Recursos para crear retos",
Expand Down

0 comments on commit 804c266

Please sign in to comment.