mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[GH-ISSUE #21936] issue: openAPI translation to spanish mistake #122930
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?
Originally created by @mercuriete on GitHub (Feb 27, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21936
Check Existing Issues
Installation Method
Docker
Open WebUI Version
latest
Ollama Version (if applicable)
No response
Operating System
debian 13
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The app should be properly translated
Actual Behavior
the app is mistakenly translated to spanish and openAPI is translated to openAI
1ac3dd4a89/src/lib/i18n/locales/es-ES/translation.json (L372)Steps to Reproduce
go to settings...
herramientas externas.
Conectar a tus propios endpoints externos de herramientas compatibles API OpenAI.
Logs & Screenshots
Additional Information
No response
@mercuriete commented on GitHub (Feb 27, 2026):
Do you want me to make a PR?
the change is trivial.
s/API OpenAI/OpenAPI/@mercuriete commented on GitHub (Feb 27, 2026):
PR #21937 is my attempt to fix the issue.
thanks.
@rgaricano commented on GitHub (Feb 27, 2026):
I noted it, in the case that the propose isn't merged as it is I'll revise it in the next es-ES translation update.
@rgaricano commented on GitHub (Feb 28, 2026):
Corrected and pulled new update of es-ES: https://github.com/open-webui/open-webui/pull/21956
Feel free to revise and suggest any other change,
by the way, there are a dedicated open discussion for es-ES translation related: https://github.com/open-webui/open-webui/discussions/14516