[PR #2885] [CLOSED] Added {$i18n.t('')} keys, updated Ukrainian translation to v0.2.5 #7920

Closed
opened 2025-11-11 17:40:09 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2885
Author: @OriginalSimon
Created: 6/6/2024
Status: Closed

Base: devHead: main


📝 Commits (8)

  • 3f4e653 Updated Ukrainian translation to v0.2.5
  • 9a89ff0 Added {.t('')} keys, ran parser for new keys, updated Ukrainian to v0.2.5.
  • 53f3b40 Fixed a bug in applying translation to keys.
  • 3ebaabf added translation key {.t('')} of toasts
  • 9a3007e add i18n Add User
  • 309b481 Merge branch 'dev' into main
  • 39e639e fix formatting
  • 39a5c90 fix formatting dev

📊 Changes

9 files changed (+81 additions, -25 deletions)

View changed files

📝 backend/data/config.json (+55 -8)
📝 src/lib/components/admin/AddUserModal.svelte (+12 -6)
📝 src/lib/components/admin/Settings/Banners.svelte (+1 -1)
📝 src/lib/components/admin/Settings/Database.svelte (+2 -2)
📝 src/lib/components/admin/Settings/Pipelines.svelte (+1 -1)
📝 src/lib/components/chat/Settings/About.svelte (+4 -1)
📝 src/lib/components/chat/Settings/Personalization/AddMemoryModal.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Personalization/ManageModal.svelte (+4 -4)
📝 src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte (+1 -1)

📄 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 to version 0.2.5.

Screenshots or Videos

Описание изображения Описание изображения Описание изображения Описание изображения Описание изображения Описание изображения Описание изображения Описание изображения Описание изображения Описание изображения Описание изображения Описание изображения Описание изображения

🔄 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/2885 **Author:** [@OriginalSimon](https://github.com/OriginalSimon) **Created:** 6/6/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (8) - [`3f4e653`](https://github.com/open-webui/open-webui/commit/3f4e653de1dd754e548b923057edec0ecbcbc467) Updated Ukrainian translation to v0.2.5 - [`9a89ff0`](https://github.com/open-webui/open-webui/commit/9a89ff0ea70f547ec3428a1d048f7e2be70f13d1) Added {.t('')} keys, ran parser for new keys, updated Ukrainian to v0.2.5. - [`53f3b40`](https://github.com/open-webui/open-webui/commit/53f3b4002e2904ff0d1fe0631cb266914476d8b1) Fixed a bug in applying translation to keys. - [`3ebaabf`](https://github.com/open-webui/open-webui/commit/3ebaabf0b3e05155c4cb273f9f3ef4d21d7b01cb) added translation key {.t('')} of toasts - [`9a3007e`](https://github.com/open-webui/open-webui/commit/9a3007e8d06c0d2f0456cb7236d5b8426b5d7559) add i18n Add User - [`309b481`](https://github.com/open-webui/open-webui/commit/309b481e491a291a05f2d3dde714a81c8f7e4b4e) Merge branch 'dev' into main - [`39e639e`](https://github.com/open-webui/open-webui/commit/39e639e10b0a16e913a3e10bec1250a8d7cb5050) fix formatting - [`39a5c90`](https://github.com/open-webui/open-webui/commit/39a5c90f3f301fe9ebfb1677d5a7978b202a1bff) fix formatting dev ### 📊 Changes **9 files changed** (+81 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `backend/data/config.json` (+55 -8) 📝 `src/lib/components/admin/AddUserModal.svelte` (+12 -6) 📝 `src/lib/components/admin/Settings/Banners.svelte` (+1 -1) 📝 `src/lib/components/admin/Settings/Database.svelte` (+2 -2) 📝 `src/lib/components/admin/Settings/Pipelines.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/About.svelte` (+4 -1) 📝 `src/lib/components/chat/Settings/Personalization/AddMemoryModal.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Personalization/ManageModal.svelte` (+4 -4) 📝 `src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte` (+1 -1) </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 to version 0.2.5. ### Screenshots or Videos <img src="https://github.com/open-webui/open-webui/assets/94782611/9371c797-7805-4094-97b9-a2475043c424" alt="Описание изображения" width="300"> <img src="https://github.com/open-webui/open-webui/assets/94782611/4d26977f-9141-4113-8ad0-e69276708414" alt="Описание изображения" width="300"> <img src="https://github.com/open-webui/open-webui/assets/94782611/e683e7e8-0dab-4996-96e7-bf9dd1302189" alt="Описание изображения" width="300"> <img src="https://github.com/open-webui/open-webui/assets/94782611/8ced1872-a74f-4588-b350-ece5a0cb9904" alt="Описание изображения" width="300"> <img src="https://github.com/open-webui/open-webui/assets/94782611/9dec89b0-2d29-4fc2-ab71-7e736f25669e" alt="Описание изображения" width="300"> <img src="https://github.com/open-webui/open-webui/assets/94782611/5b659a09-37e5-47e5-899d-2207b9b8368a" alt="Описание изображения" width="300"> <img src="https://github.com/open-webui/open-webui/assets/94782611/7f2d772d-da3a-476a-9aa9-3f02eb471c7c" alt="Описание изображения" width="300"> <img src="https://github.com/open-webui/open-webui/assets/94782611/e904c8de-6a3d-473b-a81d-fb812e889998" alt="Описание изображения" width="300"> <img src="https://github.com/open-webui/open-webui/assets/94782611/a587cbf2-d656-499a-aca0-2dee81700a57" alt="Описание изображения" width="300"> <img src="https://github.com/open-webui/open-webui/assets/94782611/e5fca771-874c-4a54-ba3a-70aed171f333" alt="Описание изображения" width="300"> <img src="https://github.com/open-webui/open-webui/assets/94782611/01acef07-1978-4828-988d-8ceaebfc519f" alt="Описание изображения" width="300"> <img src="https://github.com/open-webui/open-webui/assets/94782611/3645b82e-7b9f-4cec-bb49-98b80a2cb5f9" alt="Описание изображения" width="300"> <img src="https://github.com/open-webui/open-webui/assets/94782611/cc4f3fc3-6089-4bd8-897f-35f9145462e8" alt="Описание изображения" width="300"> --- <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:40:09 -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#7920