[PR #1586] [MERGED] Fixed malformed date string (again) #36346

Closed
opened 2026-04-25 10:16:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: patch-1


📝 Commits (2)

📊 Changes

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

View changed files

📝 src/lib/i18n/locales/pt-BR/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

Fixed another malformed date string. This one was present in the Admin Panel.

image

Also, I took some liberty and adapted it to DD/MM/YYYY instead of MMMM DD, YYYY.
Reason being is that the months are displayed in English regardless of the language set in the UI (and/or the browser), so, in portuguese, the old format would make very little sense, as, for instance, it would appear as "13 de March de 2024" instead of "13 de março de 2024".
So, in order to fix the issue without translating the date parser, I've changed the format.

Built from source, and it fixes the issue above.

image


Changelog Entry

Fixed

  • Fixed another malformed date format that caused the date in Brazilian Portuguese to appear as AMAMAMAM.

🔄 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/1586 **Author:** [@Fusseldieb](https://github.com/Fusseldieb) **Created:** 4/17/2024 **Status:** ✅ Merged **Merged:** 4/17/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`8517547`](https://github.com/open-webui/open-webui/commit/851754700a4d4c90602c57564076521940d88fca) Merge pull request #1555 from open-webui/dev - [`b5372bf`](https://github.com/open-webui/open-webui/commit/b5372bf715a79059f7007412740909e10a591cbb) Fixed malformed date string ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/i18n/locales/pt-BR/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 Fixed another malformed date string. This one was present in the Admin Panel. ![image](https://github.com/open-webui/open-webui/assets/4715129/33124316-057f-4e85-8bc7-a991d79ef333) Also, I took some liberty and adapted it to `DD/MM/YYYY` instead of `MMMM DD, YYYY`. Reason being is that the months are displayed in English regardless of the language set in the UI (and/or the browser), so, in portuguese, the old format would make very little sense, as, for instance, it would appear as "13 de March de 2024" instead of "13 de março de 2024". So, in order to fix the issue without translating the date parser, I've changed the format. Built from source, and it fixes the issue above. ![image](https://github.com/open-webui/open-webui/assets/4715129/980de851-393b-4f0b-949c-8321a35092f1) --- ### Changelog Entry ### Fixed - Fixed another malformed date format that caused the date in Brazilian Portuguese to appear as AMAMAMAM. --- <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 10:16:00 -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#36346