mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #11297] [CLOSED] i18n(common): add i18n translation #61560
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/11297
Author: @OrenZhang
Created: 3/6/2025
Status: ❌ Closed
Base:
dev← Head:i18n_translation📝 Commits (4)
92fb110i18n(common): add i18n translation56ac7efi18n(common): add user language to prompt template398729drefactor(lint): code lintf34132frefactor(lint): code lint📊 Changes
70 files changed (+0 additions, -0 deletions)
View changed files
📝
backend/open_webui/config.py(+5 -1)📝
backend/open_webui/routers/tasks.py(+16 -3)➕
backend/open_webui/utils/request.py(+6 -0)📝
backend/open_webui/utils/task.py(+28 -4)📝
src/lib/apis/index.ts(+2 -2)📝
src/lib/apis/ollama/index.ts(+1 -1)📝
src/lib/components/AddConnectionModal.svelte(+1 -1)📝
src/lib/components/admin/Settings/Documents.svelte(+12 -4)📝
src/lib/components/admin/Settings/Models.svelte(+2 -2)📝
src/lib/components/admin/Settings/WebSearch.svelte(+6 -2)📝
src/lib/components/channel/Messages.svelte(+7 -4)📝
src/lib/components/chat/MessageInput/CallOverlay.svelte(+1 -1)📝
src/lib/components/chat/Messages/CodeBlock.svelte(+3 -1)📝
src/lib/components/chat/Settings/Audio.svelte(+1 -1)📝
src/lib/components/common/FileItemModal.svelte(+6 -2)📝
src/lib/components/workspace/common/AccessControl.svelte(+2 -2)📝
src/lib/i18n/index.ts(+2 -2)📝
src/lib/i18n/locales/ar-BH/translation.json(+6 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+6 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+6 -0)...and 50 more files
📄 Description
Added
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.