[PR #4707] [CLOSED] feat: add RTL support for Hebrew, Arabic and Farsi languages #4723

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4707
Author: @boris01
Created: 12/4/2025
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • e6b70a8 feat: add RTL support for Hebrew, Arabic and Farsi languages
  • f8e2151 fix:lint quotes
  • d05badf feat: add language selector to sidebar

📊 Changes

5 files changed (+132 additions, -0 deletions)

View changed files

📝 frontend/src/App.jsx (+3 -0)
📝 frontend/src/components/Footer/index.jsx (+3 -0)
frontend/src/components/LanguageSelector/index.jsx (+72 -0)
frontend/src/hooks/useRTL.js (+35 -0)
frontend/src/utils/rtl.js (+19 -0)

📄 Description

Pull Request Type

  • feat

Relevant Issues

resolves #4706

What is in this change?

Adds RTL support for Hebrew, Arabic and Farsi languages

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/4707 **Author:** [@boris01](https://github.com/boris01) **Created:** 12/4/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`e6b70a8`](https://github.com/Mintplex-Labs/anything-llm/commit/e6b70a8cba12f1055785f2c3809af014608ae449) feat: add RTL support for Hebrew, Arabic and Farsi languages - [`f8e2151`](https://github.com/Mintplex-Labs/anything-llm/commit/f8e21516d6e197eb36f3a4dca62af952db5978e4) fix:lint quotes - [`d05badf`](https://github.com/Mintplex-Labs/anything-llm/commit/d05badfec4f10676e36faa0ca5083bd9d16f91f9) feat: add language selector to sidebar ### 📊 Changes **5 files changed** (+132 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/App.jsx` (+3 -0) 📝 `frontend/src/components/Footer/index.jsx` (+3 -0) ➕ `frontend/src/components/LanguageSelector/index.jsx` (+72 -0) ➕ `frontend/src/hooks/useRTL.js` (+35 -0) ➕ `frontend/src/utils/rtl.js` (+19 -0) </details> ### 📄 Description ### Pull Request Type - [x] ✨ feat ### Relevant Issues resolves #4706 ### What is in this change? Adds RTL support for Hebrew, Arabic and Farsi languages ### Developer Validations - [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:36:24 -05:00
yindo closed this issue 2026-02-22 18:36:24 -05:00
yindo changed title from [PR #4707] feat: add RTL support for Hebrew, Arabic and Farsi languages to [PR #4707] [CLOSED] feat: add RTL support for Hebrew, Arabic and Farsi languages 2026-06-05 15:20:02 -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#4723