[PR #3887] [MERGED] Added i18n keys and update of Ukrainian translation #8148

Closed
opened 2025-11-11 17:46:19 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/3887
Author: @OriginalSimon
Created: 7/15/2024
Status: Merged
Merged: 7/15/2024
Merged by: @tjbck

Base: devHead: dev


📝 Commits (10+)

📊 Changes

44 files changed (+1105 additions, -69 deletions)

View changed files

📝 src/lib/components/workspace/Functions.svelte (+8 -8)
📝 src/lib/components/workspace/Functions/FunctionEditor.svelte (+14 -12)
📝 src/lib/components/workspace/Tools.svelte (+9 -7)
📝 src/lib/components/workspace/Tools/ToolkitEditor.svelte (+16 -12)
📝 src/lib/components/workspace/common/ManifestModal.svelte (+12 -10)
📝 src/lib/i18n/locales/ar-BH/translation.json (+27 -0)
📝 src/lib/i18n/locales/bg-BG/translation.json (+27 -0)
📝 src/lib/i18n/locales/bn-BD/translation.json (+27 -0)
📝 src/lib/i18n/locales/ca-ES/translation.json (+27 -0)
📝 src/lib/i18n/locales/ceb-PH/translation.json (+27 -0)
📝 src/lib/i18n/locales/de-DE/translation.json (+27 -0)
📝 src/lib/i18n/locales/dg-DG/translation.json (+27 -0)
📝 src/lib/i18n/locales/en-GB/translation.json (+27 -0)
📝 src/lib/i18n/locales/en-US/translation.json (+27 -0)
📝 src/lib/i18n/locales/es-ES/translation.json (+27 -0)
📝 src/lib/i18n/locales/fa-IR/translation.json (+27 -0)
📝 src/lib/i18n/locales/fi-FI/translation.json (+27 -0)
📝 src/lib/i18n/locales/fr-CA/translation.json (+27 -0)
📝 src/lib/i18n/locales/fr-FR/translation.json (+27 -0)
📝 src/lib/i18n/locales/he-IL/translation.json (+27 -0)

...and 24 more files

📄 Description

Pull Request Checklist

Before submitting, make sure you've checked the following:

  • [✓] Target branch: Please verify that the pull request targets the dev branch.
  • [✓] Description: Provide a concise description of the changes made in this pull request.
  • [✓] Testing: Have you written and run sufficient tests for validating the changes?
  • [✓] Prefix:: i18n: Internationalization or localization changes

Description

  • Added missing keys for translation using - {$i18n.t(‘’)}.
  • Started parser for new keys.
  • Updated Ukrainian translation

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/3887 **Author:** [@OriginalSimon](https://github.com/OriginalSimon) **Created:** 7/15/2024 **Status:** ✅ Merged **Merged:** 7/15/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`e19c327`](https://github.com/open-webui/open-webui/commit/e19c327279f3483614c3e572a11c935c37fb89e7) update Ukrainian translation - [`c97d4bb`](https://github.com/open-webui/open-webui/commit/c97d4bbb508211290c0c75cba46099d79ddee9f1) add i18n keys - [`736d858`](https://github.com/open-webui/open-webui/commit/736d8586f1b945f88545ed7ac094794d263df1a0) Merge branch 'open-webui:dev' into dev - [`8102347`](https://github.com/open-webui/open-webui/commit/8102347296f91938217f46d78b42d1136e596178) Fix i18n string syntax - [`917dde7`](https://github.com/open-webui/open-webui/commit/917dde7edf75f3a219e0c7e3023f7e5f9c5662a5) Fix i18n string syntax - [`07283ca`](https://github.com/open-webui/open-webui/commit/07283ca0cf4a0e6b7559382ec1c90a153f233cd1) Merge branch 'dev' of https://github.com/OriginalSimon/open-webui into dev - [`fa26b8d`](https://github.com/open-webui/open-webui/commit/fa26b8d7cf70038d1cfd9dec8166fdd2d8900e58) refac - [`3668179`](https://github.com/open-webui/open-webui/commit/3668179dfe602c9ea1aeb92c5a5e4244d200b07e) refac 2 - [`0aacb95`](https://github.com/open-webui/open-webui/commit/0aacb95700e156b1ecd4035b1e26a34f8d29e0d8) add Ukrainian translation for new keys - [`9e258ea`](https://github.com/open-webui/open-webui/commit/9e258ea466324a6487451d72b472af526660ddec) add i18n keys ### 📊 Changes **44 files changed** (+1105 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/workspace/Functions.svelte` (+8 -8) 📝 `src/lib/components/workspace/Functions/FunctionEditor.svelte` (+14 -12) 📝 `src/lib/components/workspace/Tools.svelte` (+9 -7) 📝 `src/lib/components/workspace/Tools/ToolkitEditor.svelte` (+16 -12) 📝 `src/lib/components/workspace/common/ManifestModal.svelte` (+12 -10) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+27 -0) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+27 -0) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+27 -0) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+27 -0) 📝 `src/lib/i18n/locales/ceb-PH/translation.json` (+27 -0) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+27 -0) 📝 `src/lib/i18n/locales/dg-DG/translation.json` (+27 -0) 📝 `src/lib/i18n/locales/en-GB/translation.json` (+27 -0) 📝 `src/lib/i18n/locales/en-US/translation.json` (+27 -0) 📝 `src/lib/i18n/locales/es-ES/translation.json` (+27 -0) 📝 `src/lib/i18n/locales/fa-IR/translation.json` (+27 -0) 📝 `src/lib/i18n/locales/fi-FI/translation.json` (+27 -0) 📝 `src/lib/i18n/locales/fr-CA/translation.json` (+27 -0) 📝 `src/lib/i18n/locales/fr-FR/translation.json` (+27 -0) 📝 `src/lib/i18n/locales/he-IL/translation.json` (+27 -0) _...and 24 more files_ </details> ### 📄 Description # Pull Request Checklist **Before submitting, make sure you've checked the following:** - [✓] **Target branch:** Please verify that the pull request targets the `dev` branch. - [✓] **Description:** Provide a concise description of the changes made in this pull request. - [✓] **Testing:** Have you written and run sufficient tests for validating the changes? - [✓] **Prefix:**: **i18n**: Internationalization or localization changes ### Description - Added missing keys for translation using - {$i18n.t(‘’)}. - Started parser for new keys. - Updated Ukrainian translation --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:46:19 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#8148