[PR #23084] [CLOSED] i18n: correct Lithuanian provider placeholder #42646

Closed
opened 2026-04-25 14:28:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/23084
Author: @raashish1601
Created: 3/26/2026
Status: Closed

Base: devHead: fix/lt-provider-placeholder-dev


📝 Commits (1)

  • 3b43f88 fix(i18n): correct lithuanian provider placeholder

📊 Changes

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

View changed files

📝 src/lib/i18n/locales/lt-LT/translation.json (+1 -1)

📄 Description

Pull Request Checklist

Note to first-time contributors: This PR is a focused localization fix tied directly to the reported issue and kept intentionally small.

  • Target branch: This pull request targets the dev branch.
  • Description: A concise description is provided below.
  • Changelog: A changelog entry is included below.
  • Documentation: No docs-repo change was required because this corrects an existing translation placeholder only.
  • Dependencies: No new or upgraded dependencies were added.
  • Testing: Manual validation details are included below.
  • Agentic AI Code: This change should receive additional human review before merge.
  • Code review: I performed a self-review to keep the change limited to the incorrect translation placeholder.
  • Design & Architecture: No architectural changes; this is a data-only i18n correction.
  • Git Hygiene: This PR contains one logical fix and is rebased onto dev with no unrelated commits.
  • Title Prefix: The PR title uses the i18n prefix.

Changelog Entry

Description

  • Correct the Lithuanian auth-provider translation placeholder so provider names render correctly in the "Continue with {{provider}}" string.
  • Closes #23070.

Added

  • None.

Changed

  • Updated the Lithuanian translation entry to use the {{provider}} placeholder expected by the application.

Deprecated

  • None.

Removed

  • None.

Fixed

  • Fixed the Lithuanian login/auth button text so it interpolates the provider name instead of showing an untranslated placeholder token.

Security

  • None.

Breaking Changes

  • BREAKING CHANGE: None.

Additional Information

  • This replaces the earlier closed PR that targeted main; the same atomic fix is resubmitted against dev.
  • Manual validation performed:
    • Verified the translation entry now uses {{provider}} instead of {{tiekeju}}.
    • Ran git diff --check origin/dev..fix/lt-provider-placeholder-dev with no whitespace or patch-format issues.
  • No dependency or code-path changes were required.

Screenshots or Videos

  • Not included because this change is a one-line localization placeholder correction.

Contributor License Agreement

Note

Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.


🔄 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/23084 **Author:** [@raashish1601](https://github.com/raashish1601) **Created:** 3/26/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix/lt-provider-placeholder-dev` --- ### 📝 Commits (1) - [`3b43f88`](https://github.com/open-webui/open-webui/commit/3b43f88179997a9387bc5ce0a4aab9bb3d09eb03) fix(i18n): correct lithuanian provider placeholder ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/i18n/locales/lt-LT/translation.json` (+1 -1) </details> ### 📄 Description # Pull Request Checklist ### Note to first-time contributors: This PR is a focused localization fix tied directly to the reported issue and kept intentionally small. - [x] **Target branch:** This pull request targets the `dev` branch. - [x] **Description:** A concise description is provided below. - [x] **Changelog:** A changelog entry is included below. - [ ] **Documentation:** No docs-repo change was required because this corrects an existing translation placeholder only. - [x] **Dependencies:** No new or upgraded dependencies were added. - [x] **Testing:** Manual validation details are included below. - [ ] **Agentic AI Code:** This change should receive additional human review before merge. - [x] **Code review:** I performed a self-review to keep the change limited to the incorrect translation placeholder. - [x] **Design & Architecture:** No architectural changes; this is a data-only i18n correction. - [x] **Git Hygiene:** This PR contains one logical fix and is rebased onto `dev` with no unrelated commits. - [x] **Title Prefix:** The PR title uses the `i18n` prefix. # Changelog Entry ### Description - Correct the Lithuanian auth-provider translation placeholder so provider names render correctly in the "Continue with {{provider}}" string. - Closes #23070. ### Added - None. ### Changed - Updated the Lithuanian translation entry to use the `{{provider}}` placeholder expected by the application. ### Deprecated - None. ### Removed - None. ### Fixed - Fixed the Lithuanian login/auth button text so it interpolates the provider name instead of showing an untranslated placeholder token. ### Security - None. ### Breaking Changes - **BREAKING CHANGE**: None. --- ### Additional Information - This replaces the earlier closed PR that targeted `main`; the same atomic fix is resubmitted against `dev`. - Manual validation performed: - Verified the translation entry now uses `{{provider}}` instead of `{{tiekeju}}`. - Ran `git diff --check origin/dev..fix/lt-provider-placeholder-dev` with no whitespace or patch-format issues. - No dependency or code-path changes were required. ### Screenshots or Videos - Not included because this change is a one-line localization placeholder correction. ### Contributor License Agreement <!-- ?? DO NOT DELETE THE TEXT BELOW ?? Keep the "Contributor License Agreement" confirmation text intact. Deleting it will trigger the CLA-Bot to INVALIDATE your PR. Your PR will NOT be reviewed or merged until you check the box below confirming that you have read and agree to the terms of the CLA. --> - [x] By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. > [!NOTE] > Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in. --- <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-04-25 14:28:13 -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#42646