fix: issue with nbsp in i18next-parser

This commit is contained in:
Ased Mammad 2024-03-09 03:11:45 +03:30
parent f605bd96be
commit 48e8b45dc9
7 changed files with 9 additions and 2 deletions

View File

@ -293,6 +293,7 @@
"to": "für",
"To access the available model names for downloading,": "Um auf die verfügbaren Modellnamen zum Herunterladen zuzugreifen,",
"To access the GGUF models available for downloading,": "To access the GGUF models available for downloading,",
"to chat input.": "to chat input.",
"Toggle settings": "Einstellungen umschalten",
"Toggle sidebar": "Seitenleiste umschalten",
"Top K": "Top K",

View File

@ -293,6 +293,7 @@
"to": "to",
"To access the available model names for downloading,": "To access the available model names for downloading,",
"To access the GGUF models available for downloading,": "To access the GGUF models available for downloading,",
"to chat input.": "to chat input.",
"Toggle settings": "Toggle settings",
"Toggle sidebar": "Toggle sidebar",
"Top K": "Top K",

View File

@ -293,6 +293,7 @@
"to": "به",
"To access the available model names for downloading,": "برای دسترسی به نام مدل های موجود برای دانلود،",
"To access the GGUF models available for downloading,": "برای دسترسی به مدل\u200cهای GGUF موجود برای دانلود،",
"to chat input.": "در ورودی گپ.",
"Toggle settings": "نمایش/عدم نمایش تنظیمات",
"Toggle sidebar": "نمایش/عدم نمایش نوار کناری",
"Top K": "Top K",

View File

@ -293,6 +293,7 @@
"to": "à",
"To access the available model names for downloading,": "Pour accéder aux noms de modèles disponibles pour le téléchargement,",
"To access the GGUF models available for downloading,": "To access the GGUF models available for downloading,",
"to chat input.": "to chat input.",
"Toggle settings": "Basculer les paramètres",
"Toggle sidebar": "Basculer la barre latérale",
"Top K": "Top K",

View File

@ -293,6 +293,7 @@
"to": "до",
"To access the available model names for downloading,": "Щоб отримати доступ до назв доступних для завантаження моделей,",
"To access the GGUF models available for downloading,": "To access the GGUF models available for downloading,",
"to chat input.": "для вводу в чат.",
"Toggle settings": "Переключити налаштування",
"Toggle sidebar": "Переключити бокову панель",
"Top K": "Top K",

View File

@ -167,7 +167,8 @@
class=" text-gray-600 dark:text-gray-300 font-medium"
>
/{command}
</span>" &nbsp;{$i18n.t('to chat input.')}
</span>" &nbsp;
{$i18n.t('to chat input.')}
</div>
</div>

View File

@ -150,7 +150,8 @@
class=" text-gray-600 dark:text-gray-300 font-medium"
>
/{command}
</span>" &nbsp;{$i18n.t('to chat input.')}
</span>" &nbsp;
{$i18n.t('to chat input.')}
</div>
</div>