mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[PR #24728] [MERGED] i18n: update Russian translations #131472
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/24728
Author: @mayamsin
Created: 5/14/2026
Status: ✅ Merged
Merged: 5/15/2026
Merged by: @tjbck
Base:
dev← Head:ru-ru-translation-update-dev📝 Commits (1)
a2613f6i18n: update Russian translations📊 Changes
1 file changed (+192 additions, -192 deletions)
View changed files
📝
src/lib/i18n/locales/ru-RU/translation.json(+192 -192)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
Closes #___/Relates to #___. If one does not exist, create one first. PRs without a linked issue or discussion may be closed without review.devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Why existing translations were changed
The main purpose of this PR is to fill in missing Russian translations. A large number of UI strings in the Russian locale were still empty, so the first step was to provide translations for those missing entries.
After that, the existing Russian translations were reviewed in the same locale file. A small number of already translated strings were adjusted where the wording looked inconsistent, unclear, or mismatched with the UI context.
These existing-string updates are limited to Russian text only. They do not change translation keys, UI logic, routes, components, or fallback behavior.
Examples of the follow-up cleanup:
aligning common UI terms across the Russian locale;
replacing awkward or overly informal wording with neutral product language;
correcting context-sensitive strings after checking where they are used in the UI;
making the response generation error message clearer.
JSON parsing was verified.
git diff --checkpassed.Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.