[PR #4247] [MERGED] feat: add Romanian translation #4567

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4247
Author: @dp-studio
Created: 8/5/2025
Status: Merged
Merged: 8/11/2025
Merged by: @timothycarambat

Base: masterHead: add-romanian-translation


📝 Commits (4)

  • 5692b26 feat: add Romanian translation
  • b8d28d5 Update resources.js
  • fb666d9 linting
  • 0b2f5bf Merge branch 'master' into add-romanian-translation

📊 Changes

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

View changed files

📝 frontend/src/locales/resources.js (+4 -0)
frontend/src/locales/ro/common.js (+1036 -0)

📄 Description

Pull Request Type

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

Relevant Issues

Romanian translation

What is in this change?

This PR adds a complete Romanian translation for AnythingLLM by adding the /frontend/src/locales/ro/common.js localization file.
It includes all UI strings translated into Romanian with keys intact and formatting preserved.

Additional Information

This translation enables native Romanian UI support for AnythingLLM users and helps localize the project for Romanian speakers.
The translation follows the same structure and naming conventions as the existing English localization.

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
    If you want, I can help provide more detailed commit message formatting or help with any other PR-related questions!

🔄 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/4247 **Author:** [@dp-studio](https://github.com/dp-studio) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/11/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `add-romanian-translation` --- ### 📝 Commits (4) - [`5692b26`](https://github.com/Mintplex-Labs/anything-llm/commit/5692b267f41bae207ad37c31dafc122d537b42bc) feat: add Romanian translation - [`b8d28d5`](https://github.com/Mintplex-Labs/anything-llm/commit/b8d28d53730a2fbd379bbb09341d11e29c281642) Update resources.js - [`fb666d9`](https://github.com/Mintplex-Labs/anything-llm/commit/fb666d978202a436de34288b523e5eacc4a2d8a0) linting - [`0b2f5bf`](https://github.com/Mintplex-Labs/anything-llm/commit/0b2f5bf52b62fecd259bcb14afab6e346e57f331) Merge branch 'master' into add-romanian-translation ### 📊 Changes **2 files changed** (+1040 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/resources.js` (+4 -0) ➕ `frontend/src/locales/ro/common.js` (+1036 -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" --> Romanian translation ### What is in this change? This PR adds a complete Romanian translation for AnythingLLM by adding the /frontend/src/locales/ro/common.js localization file. It includes all UI strings translated into Romanian with keys intact and formatting preserved. ### Additional Information This translation enables native Romanian UI support for AnythingLLM users and helps localize the project for Romanian speakers. The translation follows the same structure and naming conventions as the existing English localization. ### 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 If you want, I can help provide more detailed commit message formatting or help with any other PR-related questions! --- <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:36:05 -05:00
yindo closed this issue 2026-02-22 18:36:05 -05:00
yindo changed title from [PR #4247] feat: add Romanian translation to [PR #4247] [MERGED] feat: add Romanian translation 2026-06-05 15:19:13 -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#4567