[PR #1600] [MERGED] Fixed translated variable names and more malformed date/time strings #7515

Closed
opened 2025-11-11 17:28:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1600
Author: @Fusseldieb
Created: 4/18/2024
Status: Merged
Merged: 4/18/2024
Merged by: @tjbck

Base: devHead: patch-1


📝 Commits (10+)

  • e0ebd7a Merge pull request #1590 from open-webui/dev
  • 0caf046 Fixed translated variable name
  • b352732 Fixed translated variable names
  • e720afa Fixed translated variable names
  • c235a3d Fixed translated variable names
  • 44f9e93 Fixed malformed date string
  • 941dc41 Fixed translated variable names and malformed date string
  • 5f16ec0 Fixed malformed time format
  • b788514 Fixed translated author name
  • a53c1cf Fixed translated author name

📊 Changes

7 files changed (+10 additions, -10 deletions)

View changed files

📝 src/lib/i18n/locales/bg-BG/translation.json (+1 -1)
📝 src/lib/i18n/locales/ja-JP/translation.json (+1 -1)
📝 src/lib/i18n/locales/ko-KR/translation.json (+1 -1)
📝 src/lib/i18n/locales/pl-pl/translation.json (+2 -2)
📝 src/lib/i18n/locales/pt-BR/translation.json (+1 -1)
📝 src/lib/i18n/locales/pt-PT/translation.json (+3 -3)
📝 src/lib/i18n/locales/ru-RU/translation.json (+1 -1)

📄 Description

Pull Request Checklist

  • Description: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?

Description

I found more translated variable names and malformed date strings.

To hopefully address it once for all, I've gone through all locale files and tried to fix as many as I could find.


Changelog Entry

Fixed

Fixed translated variable names and more malformed date strings


🔄 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/1600 **Author:** [@Fusseldieb](https://github.com/Fusseldieb) **Created:** 4/18/2024 **Status:** ✅ Merged **Merged:** 4/18/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `patch-1` --- ### 📝 Commits (10+) - [`e0ebd7a`](https://github.com/open-webui/open-webui/commit/e0ebd7aeaf379a7016be5802b455601eb3336fb7) Merge pull request #1590 from open-webui/dev - [`0caf046`](https://github.com/open-webui/open-webui/commit/0caf04617ea2e476e942a867ea4611e694da7dc1) Fixed translated variable name - [`b352732`](https://github.com/open-webui/open-webui/commit/b352732b435e51aa5e5c1e693d09650ea6c5f76b) Fixed translated variable names - [`e720afa`](https://github.com/open-webui/open-webui/commit/e720afacfab442410dc581039c010b7de1ea06e3) Fixed translated variable names - [`c235a3d`](https://github.com/open-webui/open-webui/commit/c235a3d539b3e62b562f14e69ede62a4f735ed0b) Fixed translated variable names - [`44f9e93`](https://github.com/open-webui/open-webui/commit/44f9e930d272715211c42373fd23680d1463e3f7) Fixed malformed date string - [`941dc41`](https://github.com/open-webui/open-webui/commit/941dc41c3d8151fe4f677870772e19c6a62d37c1) Fixed translated variable names and malformed date string - [`5f16ec0`](https://github.com/open-webui/open-webui/commit/5f16ec077a41517142bd38dabe33c38a1449fcc2) Fixed malformed time format - [`b788514`](https://github.com/open-webui/open-webui/commit/b788514a10ee49fee4b53b7f4dacc87c5e9200c6) Fixed translated author name - [`a53c1cf`](https://github.com/open-webui/open-webui/commit/a53c1cfc7775acf8f3eca0e5b0e7549294e111fd) Fixed translated author name ### 📊 Changes **7 files changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/ja-JP/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/ko-KR/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/pl-pl/translation.json` (+2 -2) 📝 `src/lib/i18n/locales/pt-BR/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/pt-PT/translation.json` (+3 -3) 📝 `src/lib/i18n/locales/ru-RU/translation.json` (+1 -1) </details> ### 📄 Description ## Pull Request Checklist - [x] **Description:** Briefly describe the changes in this pull request. - [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [x] **Documentation:** Have you updated relevant documentation? - [x] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? --- ## Description I found more translated variable names and malformed date strings. To hopefully address it once for all, I've gone through all locale files and tried to fix as many as I could find. --- ### Changelog Entry ### Fixed Fixed translated variable names and more malformed date strings --- <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 2025-11-11 17:28:55 -06: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#7515