[PR #3925] [MERGED] Add missing localizations #4466

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3925
Author: @JairoMarques
Created: 5/30/2025
Status: Merged
Merged: 6/3/2025
Merged by: @timothycarambat

Base: masterHead: feat/missing_localization


📝 Commits (5)

  • 9587d85 Add missing localizations
  • a9c6817 remove unnecessary translations
  • 450f513 remove unused entry
  • 44b8ca4 normalize translations
  • 4ceadbc Merge branch 'master' into feat/missing_localization

📊 Changes

22 files changed (+389 additions, -16 deletions)

View changed files

📝 frontend/src/components/LLMSelection/AzureAiOptions/index.jsx (+15 -7)
📝 frontend/src/components/UserMenu/AccountModal/index.jsx (+8 -6)
📝 frontend/src/components/UserMenu/UserButton/index.jsx (+5 -3)
📝 frontend/src/locales/ar/common.js (+19 -0)
📝 frontend/src/locales/da/common.js (+19 -0)
📝 frontend/src/locales/de/common.js (+19 -0)
📝 frontend/src/locales/en/common.js (+19 -0)
📝 frontend/src/locales/es/common.js (+19 -0)
📝 frontend/src/locales/fa/common.js (+19 -0)
📝 frontend/src/locales/fr/common.js (+19 -0)
📝 frontend/src/locales/he/common.js (+19 -0)
📝 frontend/src/locales/it/common.js (+19 -0)
📝 frontend/src/locales/ja/common.js (+19 -0)
📝 frontend/src/locales/ko/common.js (+19 -0)
📝 frontend/src/locales/lv/common.js (+19 -0)
📝 frontend/src/locales/nl/common.js (+19 -0)
📝 frontend/src/locales/pt_BR/common.js (+19 -0)
📝 frontend/src/locales/ru/common.js (+19 -0)
📝 frontend/src/locales/tr/common.js (+19 -0)
📝 frontend/src/locales/vn/common.js (+19 -0)

...and 2 more files

📄 Description

Pull Request Type

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

Relevant Issues

resolves #xxx

What is in this change?

Add missing localizations in account settings and LLM settings (Azure OpenAI)

Additional Information

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/3925 **Author:** [@JairoMarques](https://github.com/JairoMarques) **Created:** 5/30/2025 **Status:** ✅ Merged **Merged:** 6/3/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `feat/missing_localization` --- ### 📝 Commits (5) - [`9587d85`](https://github.com/Mintplex-Labs/anything-llm/commit/9587d85704c3c8343ab2e721c6041ee4f935b94f) Add missing localizations - [`a9c6817`](https://github.com/Mintplex-Labs/anything-llm/commit/a9c6817f5fd1ffdce11950e0ddb14dfe8e77f03f) remove unnecessary translations - [`450f513`](https://github.com/Mintplex-Labs/anything-llm/commit/450f51333ad3ce8850561b39a3106941c1947585) remove unused entry - [`44b8ca4`](https://github.com/Mintplex-Labs/anything-llm/commit/44b8ca41eddac7dab8cf683f37541d6887409525) normalize translations - [`4ceadbc`](https://github.com/Mintplex-Labs/anything-llm/commit/4ceadbc01d511773a64b00f6d99bd696fb715096) Merge branch 'master' into feat/missing_localization ### 📊 Changes **22 files changed** (+389 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/LLMSelection/AzureAiOptions/index.jsx` (+15 -7) 📝 `frontend/src/components/UserMenu/AccountModal/index.jsx` (+8 -6) 📝 `frontend/src/components/UserMenu/UserButton/index.jsx` (+5 -3) 📝 `frontend/src/locales/ar/common.js` (+19 -0) 📝 `frontend/src/locales/da/common.js` (+19 -0) 📝 `frontend/src/locales/de/common.js` (+19 -0) 📝 `frontend/src/locales/en/common.js` (+19 -0) 📝 `frontend/src/locales/es/common.js` (+19 -0) 📝 `frontend/src/locales/fa/common.js` (+19 -0) 📝 `frontend/src/locales/fr/common.js` (+19 -0) 📝 `frontend/src/locales/he/common.js` (+19 -0) 📝 `frontend/src/locales/it/common.js` (+19 -0) 📝 `frontend/src/locales/ja/common.js` (+19 -0) 📝 `frontend/src/locales/ko/common.js` (+19 -0) 📝 `frontend/src/locales/lv/common.js` (+19 -0) 📝 `frontend/src/locales/nl/common.js` (+19 -0) 📝 `frontend/src/locales/pt_BR/common.js` (+19 -0) 📝 `frontend/src/locales/ru/common.js` (+19 -0) 📝 `frontend/src/locales/tr/common.js` (+19 -0) 📝 `frontend/src/locales/vn/common.js` (+19 -0) _...and 2 more files_ </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" --> resolves #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> Add missing localizations in account settings and LLM settings (Azure OpenAI) ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [ ] 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:53 -05:00
yindo closed this issue 2026-02-22 18:35:53 -05:00
yindo changed title from [PR #3925] Add missing localizations to [PR #3925] [MERGED] Add missing localizations 2026-06-05 15:18:43 -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#4466