[PR #3787] [MERGED] locale change #4401

Closed
opened 2026-02-22 18:35:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3787
Author: @KPCOFGS
Created: 5/8/2025
Status: Merged
Merged: 5/9/2025
Merged by: @timothycarambat

Base: masterHead: master


📝 Commits (3)

📊 Changes

2 files changed (+205 additions, -179 deletions)

View changed files

📝 frontend/src/locales/en/common.js (+1 -1)
📝 frontend/src/locales/zh/common.js (+204 -178)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

What is in this change?

Fixed grammar in English locale. Reorganized sections in Chinese locale and fixed some translations

Additional Information

When I was going through the Chinese locale common.js, I placed it with the English locale side by side and I noticed some sections in the Chinese locale weren't there. I thought the file had missing translations, but then when I reached the end of the file I realized the sections were there but put in different locations. So I reorganized the file.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/3787 **Author:** [@KPCOFGS](https://github.com/KPCOFGS) **Created:** 5/8/2025 **Status:** ✅ Merged **Merged:** 5/9/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`c8f825e`](https://github.com/Mintplex-Labs/anything-llm/commit/c8f825e5705ac465b2987d51916096c2f38f3805) Update common.js - [`8c28d1f`](https://github.com/Mintplex-Labs/anything-llm/commit/8c28d1f12436a9de67109b4300088c2e885420aa) Update common.js - [`7cae860`](https://github.com/Mintplex-Labs/anything-llm/commit/7cae860546f13e1610734e69e2c2830e55137d65) lint ### 📊 Changes **2 files changed** (+205 additions, -179 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/en/common.js` (+1 -1) 📝 `frontend/src/locales/zh/common.js` (+204 -178) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [x] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [x] 📝 docs ### What is in this change? Fixed grammar in English locale. Reorganized sections in Chinese locale and fixed some translations ### Additional Information When I was going through the Chinese locale common.js, I placed it with the English locale side by side and I noticed some sections in the Chinese locale weren't there. I thought the file had missing translations, but then when I reached the end of the file I realized the sections were there but put in different locations. So I reorganized the file. ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:45 -05:00
yindo closed this issue 2026-02-22 18:35:45 -05:00
yindo changed title from [PR #3787] locale change to [PR #3787] [MERGED] locale change 2026-06-05 15:18:23 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4401