[PR #1187] [MERGED] 0.1.113 #36221

Closed
opened 2026-04-25 10:11:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1187
Author: @tjbck
Created: 3/16/2024
Status: Merged
Merged: 3/18/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • fab89a7 feat: WIP: Initial setup for i18next
  • 7a77f3c feat: Change translation keys to fallback strings
  • 3c471ee feat: Migrate hardcoded strings to i18n calls
  • 511b52f feat: Add translation file for english
  • fbed07f fix: Merge similar string literals
  • 45f6908 fix: Minor fixes in english translation file
  • da02028 feat: add farsi translation file v1
  • 6d2f462 fix: add missed translations
  • 670b65c fix: add missed imports
  • 893b738 german translations + new vars

📊 Changes

82 files changed (+7664 additions, -1164 deletions)

View changed files

📝 CHANGELOG.md (+19 -0)
📝 README.md (+3 -1)
📝 backend/apps/ollama/main.py (+9 -9)
📝 backend/apps/openai/main.py (+32 -14)
📝 backend/apps/rag/main.py (+2 -2)
📝 backend/config.py (+4 -2)
📝 demo.gif (+0 -0)
📝 docs/CONTRIBUTING.md (+12 -0)
i18next-parser.config.ts (+38 -0)
📝 kubernetes/helm/templates/webui-service.yaml (+11 -6)
📝 kubernetes/helm/values.yaml (+2 -0)
📝 package-lock.json (+3551 -217)
📝 package.json (+8 -2)
📝 src/app.html (+28 -11)
📝 src/lib/components/AddFilesPlaceholder.svelte (+7 -2)
📝 src/lib/components/ChangelogModal.svelte (+7 -4)
📝 src/lib/components/admin/EditUserModal.svelte (+9 -7)
📝 src/lib/components/admin/Settings/Database.svelte (+6 -4)
📝 src/lib/components/admin/Settings/General.svelte (+17 -14)
📝 src/lib/components/admin/Settings/Users.svelte (+15 -11)

...and 62 more files

📄 Description

Resolves #887 #1184


🔄 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/1187 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/16/2024 **Status:** ✅ Merged **Merged:** 3/18/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`fab89a7`](https://github.com/open-webui/open-webui/commit/fab89a76b1f2852253e4e3b74127eaffdf0c8bab) feat: WIP: Initial setup for i18next - [`7a77f3c`](https://github.com/open-webui/open-webui/commit/7a77f3c2c06d19a7f588a13c48df4344dcfed73c) feat: Change translation keys to fallback strings - [`3c471ee`](https://github.com/open-webui/open-webui/commit/3c471ee2ca12749828edfa8f1b2b794cba97190a) feat: Migrate hardcoded strings to i18n calls - [`511b52f`](https://github.com/open-webui/open-webui/commit/511b52f642ed905bc89edc1e19c9a579825a7a14) feat: Add translation file for english - [`fbed07f`](https://github.com/open-webui/open-webui/commit/fbed07f65188b2845af9333103ae9e99502e17d3) fix: Merge similar string literals - [`45f6908`](https://github.com/open-webui/open-webui/commit/45f6908154536e7a52c60c0036c758c2c943e3d6) fix: Minor fixes in english translation file - [`da02028`](https://github.com/open-webui/open-webui/commit/da0202851f730170f654c8f8f93aec784abfab1b) feat: add farsi translation file v1 - [`6d2f462`](https://github.com/open-webui/open-webui/commit/6d2f4620904d7b15b0fc356c52215ea77430b909) fix: add missed translations - [`670b65c`](https://github.com/open-webui/open-webui/commit/670b65c06692bf8bc9b65756d228e6f2de0eee0b) fix: add missed imports - [`893b738`](https://github.com/open-webui/open-webui/commit/893b738cbf8204e4d346d44a56e3141582c20636) german translations + new vars ### 📊 Changes **82 files changed** (+7664 additions, -1164 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+19 -0) 📝 `README.md` (+3 -1) 📝 `backend/apps/ollama/main.py` (+9 -9) 📝 `backend/apps/openai/main.py` (+32 -14) 📝 `backend/apps/rag/main.py` (+2 -2) 📝 `backend/config.py` (+4 -2) 📝 `demo.gif` (+0 -0) 📝 `docs/CONTRIBUTING.md` (+12 -0) ➕ `i18next-parser.config.ts` (+38 -0) 📝 `kubernetes/helm/templates/webui-service.yaml` (+11 -6) 📝 `kubernetes/helm/values.yaml` (+2 -0) 📝 `package-lock.json` (+3551 -217) 📝 `package.json` (+8 -2) 📝 `src/app.html` (+28 -11) 📝 `src/lib/components/AddFilesPlaceholder.svelte` (+7 -2) 📝 `src/lib/components/ChangelogModal.svelte` (+7 -4) 📝 `src/lib/components/admin/EditUserModal.svelte` (+9 -7) 📝 `src/lib/components/admin/Settings/Database.svelte` (+6 -4) 📝 `src/lib/components/admin/Settings/General.svelte` (+17 -14) 📝 `src/lib/components/admin/Settings/Users.svelte` (+15 -11) _...and 62 more files_ </details> ### 📄 Description Resolves #887 #1184 --- <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 2026-04-25 10:11:55 -05: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#36221