[PR #2641] [MERGED] feat: Add Vietnamese translations and configuration #4055

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2641
Author: @bibo318
Created: 11/17/2024
Status: Merged
Merged: 11/21/2024
Merged by: @timothycarambat

Base: masterHead: master


📝 Commits (7)

📊 Changes

2 files changed (+500 additions, -0 deletions)

View changed files

📝 frontend/src/locales/resources.js (+5 -0)
frontend/src/locales/vn/common.js (+495 -0)

📄 Description

Pull Request Type

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

Relevant Issues

connect #none


What is in this change?

This Pull Request introduces Vietnamese language support to the project. The following changes have been made:

  1. Added common.js file in the vi directory with full Vietnamese translations.
  2. Updated the resources configuration to include Vietnamese (vi) namespace.
  3. Ensured compatibility with existing language toggle functionality.

Additional Information

  • This update broadens the platform's accessibility for Vietnamese-speaking users, aligning with the project's internationalization goals.
  • No breaking changes introduced, and existing language functionality remains unaffected.

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/2641 **Author:** [@bibo318](https://github.com/bibo318) **Created:** 11/17/2024 **Status:** ✅ Merged **Merged:** 11/21/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`0386f1c`](https://github.com/Mintplex-Labs/anything-llm/commit/0386f1c312f29aa62bb9b297911473dd041358ec) Create common.js - [`b0bf07d`](https://github.com/Mintplex-Labs/anything-llm/commit/b0bf07df68be8abbc6fd26d4ffcea4c34d389f8f) Update resources.js - [`94a81c4`](https://github.com/Mintplex-Labs/anything-llm/commit/94a81c41e1adbcff1914d4b105309f8243871aa3) Update common.js - [`c536835`](https://github.com/Mintplex-Labs/anything-llm/commit/c536835e6e37508c67a31b6438a8b80278b0046c) Update resources.js - [`c3e2fb4`](https://github.com/Mintplex-Labs/anything-llm/commit/c3e2fb4ddd3c4e8eb6446829ec5aa83eeac65207) Update common.js - [`37ae9e3`](https://github.com/Mintplex-Labs/anything-llm/commit/37ae9e3c9849841dfe0346b72fac8c2850459f40) Update resources.js - [`0c44df8`](https://github.com/Mintplex-Labs/anything-llm/commit/0c44df832cdd65fae1665452a8f961fa6cebf3ed) Merge branch 'master' into master ### 📊 Changes **2 files changed** (+500 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/resources.js` (+5 -0) ➕ `frontend/src/locales/vn/common.js` (+495 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs --- ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> connect #none --- ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> This Pull Request introduces Vietnamese language support to the project. The following changes have been made: 1. Added `common.js` file in the `vi` directory with full Vietnamese translations. 2. Updated the `resources` configuration to include Vietnamese (`vi`) namespace. 3. Ensured compatibility with existing language toggle functionality. --- ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> - This update broadens the platform's accessibility for Vietnamese-speaking users, aligning with the project's internationalization goals. - No breaking changes introduced, and existing language functionality remains unaffected. --- ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] 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:02 -05:00
yindo closed this issue 2026-02-22 18:35:02 -05:00
yindo changed title from [PR #2641] feat: Add Vietnamese translations and configuration to [PR #2641] [MERGED] feat: Add Vietnamese translations and configuration 2026-06-05 15:16:35 -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#4055