From a3f3f58e54a9453002c5b8ea317fa81c30bcc1dd Mon Sep 17 00:00:00 2001 From: Silentoplayz <50341825+Silentoplayz@users.noreply.github.com> Date: Wed, 11 Jun 2025 07:15:44 -0400 Subject: [PATCH] chore: consistent apostrophe usage in components and i18n files --- src/lib/components/ChangelogModal.svelte | 2 +- src/lib/components/chat/Placeholder.svelte | 2 +- .../Settings/Advanced/AdvancedParams.svelte | 2 +- src/lib/i18n/locales/ar-BH/translation.json | 8 +++--- src/lib/i18n/locales/ar/translation.json | 8 +++--- src/lib/i18n/locales/bg-BG/translation.json | 8 +++--- src/lib/i18n/locales/bn-BD/translation.json | 8 +++--- src/lib/i18n/locales/bo-TB/translation.json | 8 +++--- src/lib/i18n/locales/ca-ES/translation.json | 8 +++--- src/lib/i18n/locales/ceb-PH/translation.json | 8 +++--- src/lib/i18n/locales/cs-CZ/translation.json | 8 +++--- src/lib/i18n/locales/da-DK/translation.json | 8 +++--- src/lib/i18n/locales/de-DE/translation.json | 8 +++--- src/lib/i18n/locales/dg-DG/translation.json | 8 +++--- src/lib/i18n/locales/el-GR/translation.json | 8 +++--- src/lib/i18n/locales/en-GB/translation.json | 8 +++--- src/lib/i18n/locales/en-US/translation.json | 8 +++--- src/lib/i18n/locales/es-ES/translation.json | 8 +++--- src/lib/i18n/locales/et-EE/translation.json | 8 +++--- src/lib/i18n/locales/eu-ES/translation.json | 8 +++--- src/lib/i18n/locales/fa-IR/translation.json | 8 +++--- src/lib/i18n/locales/fi-FI/translation.json | 8 +++--- src/lib/i18n/locales/fr-CA/translation.json | 12 ++++----- src/lib/i18n/locales/fr-FR/translation.json | 18 ++++++------- src/lib/i18n/locales/gl-ES/translation.json | 6 ++--- src/lib/i18n/locales/he-IL/translation.json | 8 +++--- src/lib/i18n/locales/hi-IN/translation.json | 8 +++--- src/lib/i18n/locales/hr-HR/translation.json | 8 +++--- src/lib/i18n/locales/hu-HU/translation.json | 8 +++--- src/lib/i18n/locales/id-ID/translation.json | 8 +++--- src/lib/i18n/locales/ie-GA/translation.json | 26 +++++++++---------- src/lib/i18n/locales/it-IT/translation.json | 8 +++--- src/lib/i18n/locales/ja-JP/translation.json | 8 +++--- src/lib/i18n/locales/ka-GE/translation.json | 8 +++--- src/lib/i18n/locales/ko-KR/translation.json | 8 +++--- src/lib/i18n/locales/lt-LT/translation.json | 8 +++--- src/lib/i18n/locales/ms-MY/translation.json | 8 +++--- src/lib/i18n/locales/nb-NO/translation.json | 8 +++--- src/lib/i18n/locales/nl-NL/translation.json | 8 +++--- src/lib/i18n/locales/pa-IN/translation.json | 8 +++--- src/lib/i18n/locales/pl-PL/translation.json | 8 +++--- src/lib/i18n/locales/pt-BR/translation.json | 8 +++--- src/lib/i18n/locales/pt-PT/translation.json | 10 +++---- src/lib/i18n/locales/ro-RO/translation.json | 8 +++--- src/lib/i18n/locales/ru-RU/translation.json | 8 +++--- src/lib/i18n/locales/sk-SK/translation.json | 8 +++--- src/lib/i18n/locales/sr-RS/translation.json | 8 +++--- src/lib/i18n/locales/sv-SE/translation.json | 8 +++--- src/lib/i18n/locales/th-TH/translation.json | 8 +++--- src/lib/i18n/locales/tk-TW/translation.json | 8 +++--- src/lib/i18n/locales/tr-TR/translation.json | 8 +++--- src/lib/i18n/locales/uk-UA/translation.json | 10 +++---- src/lib/i18n/locales/ur-PK/translation.json | 8 +++--- src/lib/i18n/locales/vi-VN/translation.json | 8 +++--- src/lib/i18n/locales/zh-CN/translation.json | 8 +++--- src/lib/i18n/locales/zh-TW/translation.json | 8 +++--- 56 files changed, 232 insertions(+), 232 deletions(-) diff --git a/src/lib/components/ChangelogModal.svelte b/src/lib/components/ChangelogModal.svelte index 2e7dfa199..21f0f5a06 100644 --- a/src/lib/components/ChangelogModal.svelte +++ b/src/lib/components/ChangelogModal.svelte @@ -26,7 +26,7 @@
- {$i18n.t('What’s New in')} + {$i18n.t("What's New in")} {$WEBUI_NAME}
diff --git a/src/lib/components/chat/Placeholder.svelte b/src/lib/components/chat/Placeholder.svelte index 28bef5067..99537a536 100644 --- a/src/lib/components/chat/Placeholder.svelte +++ b/src/lib/components/chat/Placeholder.svelte @@ -93,7 +93,7 @@
{#if $temporaryChatEnabled} diff --git a/src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte b/src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte index d1817161d..5eff2c833 100644 --- a/src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte +++ b/src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte @@ -91,7 +91,7 @@