mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #1187] [MERGED] 0.1.113 #43639
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dev📝 Commits (10+)
fab89a7feat: WIP: Initial setup for i18next7a77f3cfeat: Change translation keys to fallback strings3c471eefeat: Migrate hardcoded strings to i18n calls511b52ffeat: Add translation file for englishfbed07ffix: Merge similar string literals45f6908fix: Minor fixes in english translation fileda02028feat: add farsi translation file v16d2f462fix: add missed translations670b65cfix: add missed imports893b738german 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.