Skip to content

Commit

Permalink
feat: use system as auto in language setting
Browse files Browse the repository at this point in the history
  • Loading branch information
sunner committed Jun 22, 2023
1 parent caadd03 commit d3cdbfb
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion src/components/SettingsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const settings = [
];
const languages = computed(() => [
{ name: $t("settings.auto"), code: "auto" },
{ name: $t("settings.system"), code: "auto" },
{ name: "Deutsch", code: "de" },
{ name: "English", code: "en" },
{ name: "Español", code: "es" },
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"forExample": "zum Bsp. { example }",
"title": "Einstellungen",
"general": "Allgemein",
"auto": "Automatisch",
"language": "Sprache",
"languagePrompt": "Starten Sie die Anwendung neu, um die neue Sprache anzuwenden",
"loginOrOut": "Einloggen/Ausloggen",
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"forExample": "E.g. { example }",
"title": "Settings",
"general": "General",
"auto": "Automatic",
"language": "Language",
"languagePrompt": "Relaunch the app to apply the new language",
"loginOrOut": "Login/Logout",
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"forExample": "Por ejemplo, { ejemplo }",
"title": "Configuración",
"general": "General",
"auto": "Automático",
"language": "Idioma",
"languagePrompt": "Reinicie la aplicación para aplicar el nuevo idioma",
"loginOrOut": "Iniciar sesión/Cerrar sesión",
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"forExample": "Exemple :",
"title": "Paramètres",
"general": "Général",
"auto": "Automatique",
"language": "Langue",
"languagePrompt": "Relancez l'application pour appliquer la nouvelle langue",
"loginOrOut": "Connexion/Déconnexion",
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"forExample": "Ad esempio { esempio }",
"title": "Impostazioni",
"general": "Generali",
"auto": "Automatico",
"language": "Lingua",
"languagePrompt": "Riavvia l'applicazione per applicare la nuova lingua",
"loginOrOut": "Accedi/Esci",
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"forExample": "例: { example }",
"title": "設定",
"general": "一般",
"auto": "自動",
"language": "言語",
"languagePrompt": "新しい言語を適用するためにアプリを再起動してください。",
"loginOrOut": "ログイン/ログアウト",
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"forExample": "예: { example }",
"title": "설정",
"general": "일반",
"auto": "자동",
"language": "언어",
"languagePrompt": "새 언어를 적용하기 위해 앱을 다시 시작",
"loginOrOut": "로그인/로그아웃",
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"forExample": "Например { example }",
"title": "Настройки",
"general": "Главная",
"auto": "Автоматический",
"language": "Язык",
"languagePrompt": "Перезапустите приложение, чтобы применить новый язык",
"loginOrOut": "Вход/выход",
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"forExample": "Ví dụ. { example }",
"title": "Cài đặt",
"general": "Chung",
"auto": "Tự động",
"language": "Ngôn ngữ",
"languagePrompt": "Khởi động lại ứng dụng để cập nhập ngôn ngữ mới",
"loginOrOut": "Đăng nhập/Đăng xuất",
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"forExample": "例如:{ example }",
"title": "设置",
"general": "通用",
"auto": "自动",
"language": "语言",
"languagePrompt": "新语言将在程序重新启动后生效",
"loginOrOut": "登入/登出",
Expand Down

1 comment on commit d3cdbfb

@vercel
Copy link

@vercel vercel bot commented on d3cdbfb Jun 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chatall – ./

chatall-llm.vercel.app
chatall-git-main-sunner.vercel.app
chatall-sunner.vercel.app

Please sign in to comment.