Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n: rework de_DE locale #3580

Merged
merged 13 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(i18n): unify German translations and remove formal/informal vers…
…ions
  • Loading branch information
bannert1337 committed Jul 1, 2024
commit 586de1f5ba28a5866847802bf13a326a7743c2c7
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 208,9 @@
"Embedding Model": "Embedding-Modell",
"Embedding Model Engine": "Embedding-Modell-Engine",
"Embedding model set to \"{{embedding_model}}\"": "Embedding-Modell auf \"{{embedding_model}}\" gesetzt",
"Enable Chat History": "Chat-Verlauf aktivieren",
"Enable Chat History": "Unterhaltungshistorie aktivieren",
"Enable Community Sharing": "Community-Freigabe aktivieren",
"Enable New Sign Ups": "Neue Anmeldungen aktivieren",
"Enable New Sign Ups": "Registrierung erlauben",
"Enable Web Search": "Websuche aktivieren",
"Ensure your CSV file includes 4 columns in this order: Name, Email, Password, Role.": "Stellen Sie sicher, dass Ihre CSV-Datei 4 Spalten in dieser Reihenfolge enthält: Name, E-Mail, Passwort, Rolle.",
"Enter {{role}} message here": "Geben Sie die {{role}}-Nachricht hier ein",
Expand Down
8 changes: 2 additions & 6 deletions src/lib/i18n/locales/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 28,8 @@
"title": "Cebuano (Filipino)"
},
{
"code": "de-DE-formal",
"title": "German (Deutsch - Sie)"
},
{
"code": "de-DE-informal",
"title": "German (Deutsch - Du)"
"code": "de-DE",
"title": "German (Deutsch)"
},
{
"code": "es-ES",
Expand Down