[PR #3408] [MERGED] Added i18n keys and update of Ukrainian translation #8034

Closed
opened 2025-11-11 17:43:20 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/3408
Author: @OriginalSimon
Created: 6/24/2024
Status: Merged
Merged: 6/24/2024
Merged by: @tjbck

Base: devHead: dev


📝 Commits (10+)

📊 Changes

56 files changed (+1108 additions, -66 deletions)

View changed files

📝 src/lib/components/admin/Settings/Audio.svelte (+1 -1)
📝 src/lib/components/admin/Settings/Database.svelte (+4 -2)
📝 src/lib/components/admin/Settings/Pipelines.svelte (+8 -8)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+1 -1)
📝 src/lib/components/chat/Settings/General.svelte (+3 -1)
📝 src/lib/components/chat/Settings/Interface.svelte (+4 -2)
📝 src/lib/components/chat/Settings/Personalization/AddMemoryModal.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Personalization/EditMemoryModal.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Personalization/ManageModal.svelte (+2 -2)
📝 src/lib/components/chat/Settings/Valves.svelte (+2 -2)
📝 src/lib/components/common/CodeEditor.svelte (+1 -1)
📝 src/lib/components/workspace/Functions.svelte (+2 -2)
📝 src/lib/components/workspace/Tools.svelte (+2 -2)
📝 src/lib/i18n/locales/ar-BH/translation.json (+28 -0)
📝 src/lib/i18n/locales/bg-BG/translation.json (+28 -0)
📝 src/lib/i18n/locales/bn-BD/translation.json (+28 -0)
📝 src/lib/i18n/locales/ca-ES/translation.json (+28 -0)
📝 src/lib/i18n/locales/ceb-PH/translation.json (+28 -0)
📝 src/lib/i18n/locales/de-DE/translation.json (+28 -0)
📝 src/lib/i18n/locales/dg-DG/translation.json (+28 -0)

...and 36 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/3408 **Author:** [@OriginalSimon](https://github.com/OriginalSimon) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 6/24/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`a8198d7`](https://github.com/open-webui/open-webui/commit/a8198d7a7f92f8fa9e385f26545091cd316ffcb3) Update of Ukrainian translation - [`06a3370`](https://github.com/open-webui/open-webui/commit/06a337061be992336954d9511efb11c4805b1fc4) Add keys i18n - [`85b3b81`](https://github.com/open-webui/open-webui/commit/85b3b81617566f6f8ef1ee69073bab69b3739cec) fix key Database - [`9c81d84`](https://github.com/open-webui/open-webui/commit/9c81d84e165ab298dfb0fe569041677305449857) Add toasts i18n key - [`3d1de61`](https://github.com/open-webui/open-webui/commit/3d1de6144e2879320d423b54d0807ac2fc377ce0) Add Ukrainian translation for keys - [`665f87e`](https://github.com/open-webui/open-webui/commit/665f87e84a4ceb47c0ce9323196fbde1b0a35ffd) add toasts keys i18n - [`2ece4e7`](https://github.com/open-webui/open-webui/commit/2ece4e7cbb40db5cc9632ce8b50dc80679db72d4) Add Ukrainian translation for keys + formatin - [`855b550`](https://github.com/open-webui/open-webui/commit/855b5508d062b2aa7749c91986e1f411fc699d99) start parser - [`5e9e110`](https://github.com/open-webui/open-webui/commit/5e9e1108a3fe9c9e0284c0c8ac9329df50c1883b) fix errors - [`8dc9735`](https://github.com/open-webui/open-webui/commit/8dc97358732042a8226a5be4b8b356cc0ba8f724) start parser i18n ### 📊 Changes **56 files changed** (+1108 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/admin/Settings/Audio.svelte` (+1 -1) 📝 `src/lib/components/admin/Settings/Database.svelte` (+4 -2) 📝 `src/lib/components/admin/Settings/Pipelines.svelte` (+8 -8) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/General.svelte` (+3 -1) 📝 `src/lib/components/chat/Settings/Interface.svelte` (+4 -2) 📝 `src/lib/components/chat/Settings/Personalization/AddMemoryModal.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Personalization/EditMemoryModal.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Personalization/ManageModal.svelte` (+2 -2) 📝 `src/lib/components/chat/Settings/Valves.svelte` (+2 -2) 📝 `src/lib/components/common/CodeEditor.svelte` (+1 -1) 📝 `src/lib/components/workspace/Functions.svelte` (+2 -2) 📝 `src/lib/components/workspace/Tools.svelte` (+2 -2) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+28 -0) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+28 -0) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+28 -0) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+28 -0) 📝 `src/lib/i18n/locales/ceb-PH/translation.json` (+28 -0) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+28 -0) 📝 `src/lib/i18n/locales/dg-DG/translation.json` (+28 -0) _...and 36 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:43:20 -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#8034