[PR #3176] [MERGED] [CHORE] Onboarding language translations #4228

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3176
Author: @timothycarambat
Created: 2/11/2025
Status: Merged
Merged: 2/11/2025
Merged by: @timothycarambat

Base: masterHead: onboarding-language-translations


📝 Commits (4)

  • 96a02d1 wip onboarding translations
  • 8146642 add normalized EN reference for languages
  • 6926703 add zh/zh-tw translations
  • 9107b2a Fix translations

📊 Changes

22 files changed (+1048 additions, -553 deletions)

View changed files

📝 frontend/src/locales/de/common.js (+52 -24)
📝 frontend/src/locales/en/common.js (+61 -0)
📝 frontend/src/locales/es/common.js (+52 -24)
📝 frontend/src/locales/fa/common.js (+52 -36)
📝 frontend/src/locales/fr/common.js (+52 -38)
📝 frontend/src/locales/he/common.js (+52 -38)
📝 frontend/src/locales/it/common.js (+52 -37)
📝 frontend/src/locales/ko/common.js (+52 -38)
📝 frontend/src/locales/nl/common.js (+52 -38)
frontend/src/locales/normalizeEn.mjs (+157 -0)
📝 frontend/src/locales/pt_BR/common.js (+52 -38)
📝 frontend/src/locales/ru/common.js (+52 -5)
📝 frontend/src/locales/tr/common.js (+52 -40)
📝 frontend/src/locales/vn/common.js (+52 -38)
📝 frontend/src/locales/zh/common.js (+86 -68)
📝 frontend/src/locales/zh_TW/common.js (+56 -38)
📝 frontend/src/pages/OnboardingFlow/Steps/CreateWorkspace/index.jsx (+3 -5)
📝 frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx (+6 -4)
📝 frontend/src/pages/OnboardingFlow/Steps/Home/index.jsx (+4 -2)
📝 frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx (+5 -5)

...and 2 more files

📄 Description

No description provided


🔄 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/3176 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 2/11/2025 **Status:** ✅ Merged **Merged:** 2/11/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `onboarding-language-translations` --- ### 📝 Commits (4) - [`96a02d1`](https://github.com/Mintplex-Labs/anything-llm/commit/96a02d1780b8a1448457225fc7487a1ea5a7a26f) wip onboarding translations - [`8146642`](https://github.com/Mintplex-Labs/anything-llm/commit/8146642dea1a70947ed3300f34316cf608be202c) add normalized EN reference for languages - [`6926703`](https://github.com/Mintplex-Labs/anything-llm/commit/692670313c0eb1b0e9a2e7f878ecac0050c138d3) add zh/zh-tw translations - [`9107b2a`](https://github.com/Mintplex-Labs/anything-llm/commit/9107b2adda836517f31d8079a39dc6808dfd564c) Fix translations ### 📊 Changes **22 files changed** (+1048 additions, -553 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/de/common.js` (+52 -24) 📝 `frontend/src/locales/en/common.js` (+61 -0) 📝 `frontend/src/locales/es/common.js` (+52 -24) 📝 `frontend/src/locales/fa/common.js` (+52 -36) 📝 `frontend/src/locales/fr/common.js` (+52 -38) 📝 `frontend/src/locales/he/common.js` (+52 -38) 📝 `frontend/src/locales/it/common.js` (+52 -37) 📝 `frontend/src/locales/ko/common.js` (+52 -38) 📝 `frontend/src/locales/nl/common.js` (+52 -38) ➕ `frontend/src/locales/normalizeEn.mjs` (+157 -0) 📝 `frontend/src/locales/pt_BR/common.js` (+52 -38) 📝 `frontend/src/locales/ru/common.js` (+52 -5) 📝 `frontend/src/locales/tr/common.js` (+52 -40) 📝 `frontend/src/locales/vn/common.js` (+52 -38) 📝 `frontend/src/locales/zh/common.js` (+86 -68) 📝 `frontend/src/locales/zh_TW/common.js` (+56 -38) 📝 `frontend/src/pages/OnboardingFlow/Steps/CreateWorkspace/index.jsx` (+3 -5) 📝 `frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx` (+6 -4) 📝 `frontend/src/pages/OnboardingFlow/Steps/Home/index.jsx` (+4 -2) 📝 `frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx` (+5 -5) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <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:24 -05:00
yindo closed this issue 2026-02-22 18:35:24 -05:00
yindo changed title from [PR #3176] [CHORE] Onboarding language translations to [PR #3176] [MERGED] [CHORE] Onboarding language translations 2026-06-05 15:17:29 -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#4228