mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 09:31:58 -05:00
[PR #15208] [MERGED] i18n: Fix translation placeholder for SSO provider in Bahasa Indonesia #23755
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/15208
Author: @yukebrillianth
Created: 6/22/2025
Status: ✅ Merged
Merged: 6/22/2025
Merged by: @tjbck
Base:
dev← Head:main📝 Commits (1)
b1f0ad7fix: SSO provider translation in Bahasa Indonesia📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/lib/i18n/locales/id-ID/translation.json(+1 -1)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.(Not required for this text fix)
(No new dependencies)
Changelog Entry
Description
This pull request fixes an error in the Bahasa Indonesia translation for the Single Sign-On (SSO) provider text. Previously, the
{{provider}}placeholder was incorrectly translated to{{penyedia}}, which caused the SSO provider name not to display correctly. This fix ensures the{{provider}}placeholder remains intact and functional.Fixed
\"Continue with {{provider}}\"from\"Lanjutkan dengan {{penyedia}}\"back to\"Lanjutkan dengan {{provider}}\"in the Bahasa Indonesia translation file.Additional Information
This error caused the SSO provider name to not appear in the login display.
Screenshots or Videos
before

after

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.