[PR #21949] [CLOSED] fix(i18n): correct OpenAPI to OpenAI mistranslation in es-ES #130017

Closed
opened 2026-05-21 13:42:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/21949
Author: @thakoreh
Created: 2/28/2026
Status: Closed

Base: mainHead: fix/es-ES-openapi-translation


📝 Commits (1)

  • 9aa31ff fix(i18n): correct OpenAPI to OpenAI mistranslation in es-ES

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/lib/i18n/locales/es-ES/translation.json (+1 -1)

📄 Description

Summary

Fixes a translation error in the Spanish (es-ES) locale where "OpenAPI" was incorrectly translated as "OpenAI".

Changes

  • Fixed the translation of "Connect to your own OpenAPI compatible external tool servers." to correctly say "OpenAPI" instead of "OpenAI"

Before

"Conectar a tus propios endpoints externos de herramientas compatibles API OpenAI."

After

"Conectar a tus propios endpoints externos de herramientas compatibles con OpenAPI."

Fixes #21936


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/21949 **Author:** [@thakoreh](https://github.com/thakoreh) **Created:** 2/28/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/es-ES-openapi-translation` --- ### 📝 Commits (1) - [`9aa31ff`](https://github.com/open-webui/open-webui/commit/9aa31ffea99f931d134f318d5df259092b20306b) fix(i18n): correct OpenAPI to OpenAI mistranslation in es-ES ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/i18n/locales/es-ES/translation.json` (+1 -1) </details> ### 📄 Description ## Summary Fixes a translation error in the Spanish (es-ES) locale where "OpenAPI" was incorrectly translated as "OpenAI". ## Changes - Fixed the translation of "Connect to your own OpenAPI compatible external tool servers." to correctly say "OpenAPI" instead of "OpenAI" ## Before ``` "Conectar a tus propios endpoints externos de herramientas compatibles API OpenAI." ``` ## After ``` "Conectar a tus propios endpoints externos de herramientas compatibles con OpenAPI." ``` Fixes #21936 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-21 13:42:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#130017