[PR #3337] [MERGED] Added {$i18n.t('')} keys, updated Ukrainian translation #8022

Closed
opened 2025-11-11 17:42:52 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: dev


📝 Commits (6)

📊 Changes

39 files changed (+165 additions, -14 deletions)

View changed files

📝 src/lib/components/admin/AddUserModal.svelte (+6 -6)
📝 src/lib/components/chat/Settings/About.svelte (+2 -1)
📝 src/lib/i18n/locales/ar-BH/translation.json (+4 -0)
📝 src/lib/i18n/locales/bg-BG/translation.json (+4 -0)
📝 src/lib/i18n/locales/bn-BD/translation.json (+4 -0)
📝 src/lib/i18n/locales/ca-ES/translation.json (+4 -0)
📝 src/lib/i18n/locales/ceb-PH/translation.json (+4 -0)
📝 src/lib/i18n/locales/de-DE/translation.json (+4 -0)
📝 src/lib/i18n/locales/dg-DG/translation.json (+6 -0)
📝 src/lib/i18n/locales/en-GB/translation.json (+4 -0)
📝 src/lib/i18n/locales/en-US/translation.json (+4 -0)
📝 src/lib/i18n/locales/es-ES/translation.json (+4 -0)
📝 src/lib/i18n/locales/fa-IR/translation.json (+4 -0)
📝 src/lib/i18n/locales/fi-FI/translation.json (+4 -0)
📝 src/lib/i18n/locales/fr-CA/translation.json (+4 -0)
📝 src/lib/i18n/locales/fr-FR/translation.json (+4 -0)
📝 src/lib/i18n/locales/he-IL/translation.json (+4 -0)
📝 src/lib/i18n/locales/hi-IN/translation.json (+4 -0)
📝 src/lib/i18n/locales/hr-HR/translation.json (+4 -0)
📝 src/lib/i18n/locales/it-IT/translation.json (+4 -0)

...and 19 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.

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/3337 **Author:** [@OriginalSimon](https://github.com/OriginalSimon) **Created:** 6/20/2024 **Status:** ✅ Merged **Merged:** 6/20/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (6) - [`05e251d`](https://github.com/open-webui/open-webui/commit/05e251da0eb8a3c0e7eba53535f79b60a1d0b87b) fix translation - [`e29e54a`](https://github.com/open-webui/open-webui/commit/e29e54a8d2d523d74eb3cced40a750e192aabdf7) add key i18n - [`571dfd8`](https://github.com/open-webui/open-webui/commit/571dfd8a69a16d80da2308b4a068970f0a080309) ukrainian translation update - [`89b259a`](https://github.com/open-webui/open-webui/commit/89b259acb8369404f554201389c148829c088364) add key i18n + update translation - [`7c304d2`](https://github.com/open-webui/open-webui/commit/7c304d225be5e22af2add04698c08f4cf4a34948) fix key {.t('Created by')} - [`f62d033`](https://github.com/open-webui/open-webui/commit/f62d033e6b2557cc9b381b156a132a99100327f1) Fixed indentation in About.svelte ### 📊 Changes **39 files changed** (+165 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/admin/AddUserModal.svelte` (+6 -6) 📝 `src/lib/components/chat/Settings/About.svelte` (+2 -1) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/ceb-PH/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/dg-DG/translation.json` (+6 -0) 📝 `src/lib/i18n/locales/en-GB/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/en-US/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/es-ES/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/fa-IR/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/fi-FI/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/fr-CA/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/fr-FR/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/he-IL/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/hi-IN/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/hr-HR/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/it-IT/translation.json` (+4 -0) _...and 19 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. ### Screenshots or Videos <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/3645b82e-7b9f-4cec-bb49-98b80a2cb5f9" alt="Описание изображения" width="300"> <img src="https://github.com/open-webui/open-webui/assets/94782611/4be7c78f-918e-4469-a6c0-daa655fe2b65" 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:42:52 -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#8022