mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #16601] [MERGED] i18n.t: internationalize more strings throughout the codebase #63035
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/16601
Author: @silentoplayz
Created: 8/14/2025
Status: ✅ Merged
Merged: 8/14/2025
Merged by: @tjbck
Base:
dev← Head:i18n-updates📝 Commits (2)
82ed9b0i18n.t: updates709258bfix: Add missing '$'📊 Changes
89 files changed (+3454 additions, -91 deletions)
View changed files
📝
src/lib/apis/index.ts(+1 -1)📝
src/lib/components/AddConnectionModal.svelte(+4 -4)📝
src/lib/components/AddServerModal.svelte(+2 -2)📝
src/lib/components/admin/Functions.svelte(+2 -2)📝
src/lib/components/admin/Settings/Audio.svelte(+15 -15)📝
src/lib/components/admin/Settings/Database.svelte(+1 -1)📝
src/lib/components/admin/Settings/Documents.svelte(+3 -3)📝
src/lib/components/admin/Settings/Evaluations.svelte(+1 -1)📝
src/lib/components/admin/Settings/Evaluations/ArenaModelModal.svelte(+2 -2)📝
src/lib/components/admin/Settings/General.svelte(+2 -2)📝
src/lib/components/admin/Settings/Images.svelte(+6 -6)📝
src/lib/components/admin/Settings/Models/Manage/ManageOllama.svelte(+1 -1)📝
src/lib/components/admin/Settings/Pipelines.svelte(+6 -4)📝
src/lib/components/admin/Settings/WebSearch.svelte(+8 -8)📝
src/lib/components/admin/Users/Groups/Permissions.svelte(+1 -1)📝
src/lib/components/admin/Users/UserList/AddUserModal.svelte(+1 -1)📝
src/lib/components/channel/Messages/Message/ReactionPicker.svelte(+1 -1)📝
src/lib/components/chat/ContentRenderer/FloatingButtons.svelte(+3 -3)📝
src/lib/components/chat/Controls/Valves.svelte(+1 -1)📝
src/lib/components/chat/MessageInput/InputVariablesModal.svelte(+4 -4)...and 69 more files
📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
This pull request introduces internationalization (i18n) support across various parts of the application, making it easier to adapt the user interface to different languages.
Changed
i18n.t()for translation.npm run i18n:parseto update the project's translation files, incorporating the newly internationalized strings.A thorough look through of the changes in this PR are welcome to ensure I did not internationalize any strings I shouldn't have!
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.