From f9bc35a11c95c8dd17ba45b7659ca42450d7e76f Mon Sep 17 00:00:00 2001 From: Ased Mammad Date: Fri, 15 Mar 2024 12:30:49 +0330 Subject: [PATCH] fix: Ternary expression workaround for i18n:parse --- src/lib/components/playground/ChatCompletion.svelte | 8 +++++--- src/lib/i18n/locales/de-DE/translation.json | 3 +++ src/lib/i18n/locales/en-US/translation.json | 3 +++ src/lib/i18n/locales/fa-IR/translation.json | 7 +++++-- src/lib/i18n/locales/fr-FR/translation.json | 3 +++ src/lib/i18n/locales/uk-UA/translation.json | 3 +++ src/lib/i18n/locales/zh-CN/translation.json | 3 +++ src/lib/i18n/locales/zh-TW/translation.json | 3 +++ 8 files changed, 28 insertions(+), 5 deletions(-) diff --git a/src/lib/components/playground/ChatCompletion.svelte b/src/lib/components/playground/ChatCompletion.svelte index 07b049cfd..25cc99ec4 100644 --- a/src/lib/components/playground/ChatCompletion.svelte +++ b/src/lib/components/playground/ChatCompletion.svelte @@ -26,13 +26,15 @@
+ +