[PR #3476] [CLOSED] RTL Support for APP + Auto RTL/LTR for workspace Chat + Arabic menu and appearance page Translation #4294

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3476
Author: @Saidoua
Created: 3/16/2025
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

36 files changed (+1101 additions, -216 deletions)

View changed files

frontend/public/fonts/Amiri-Bold.ttf (+0 -0)
frontend/public/fonts/Amiri-BoldItalic.ttf (+0 -0)
frontend/public/fonts/Amiri-Italic.ttf (+0 -0)
frontend/public/fonts/Amiri-Regular.ttf (+0 -0)
📝 frontend/src/App.jsx (+13 -2)
📝 frontend/src/components/Footer/index.jsx (+5 -3)
📝 frontend/src/components/Modals/NewWorkspace.jsx (+1 -1)
📝 frontend/src/components/SettingsButton/index.jsx (+4 -2)
📝 frontend/src/components/SettingsSidebar/index.jsx (+4 -4)
📝 frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/index.jsx (+11 -5)
📝 frontend/src/components/Sidebar/SidebarToggle/index.jsx (+7 -4)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+1 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx (+6 -0)
📝 frontend/src/hooks/useTheme.js (+6 -6)
📝 frontend/src/index.css (+79 -1)
📝 frontend/src/locales/ar/common.js (+246 -164)
📝 frontend/src/locales/de/common.js (+45 -0)
📝 frontend/src/locales/en/common.js (+53 -0)
📝 frontend/src/locales/es/common.js (+45 -0)
📝 frontend/src/locales/fa/common.js (+45 -0)

...and 16 more files

📄 Description

Pull Request Type

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

Relevant Issues

resolves #3430" to auto resolve on merge.

resolves #xxx

What is in this change?

Additional Information

revert last PR, to adapt to the last release

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/3476 **Author:** [@Saidoua](https://github.com/Saidoua) **Created:** 3/16/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`a1517e1`](https://github.com/Mintplex-Labs/anything-llm/commit/a1517e150dc9f9a05f30a3a3daa4cee5d03fdd89) Set the document direction depending on the active locale (ltl rtl ) + adapt style,modals css + add translations keys + Arabic translation update - [`54ad1e7`](https://github.com/Mintplex-Labs/anything-llm/commit/54ad1e7ec3faae5cada1395490b8f54003f1b7e9) Merge branch 'master' of https://github.com/Saidoua/anything-llm - [`68c5217`](https://github.com/Mintplex-Labs/anything-llm/commit/68c5217cafe4d2a84195d353e6e103c6cabd3b38) Revert "Set the document direction depending on the active locale (ltl rtl ) + adapt style,modals css + add translations keys + Arabic translation update" - [`6f8cc12`](https://github.com/Mintplex-Labs/anything-llm/commit/6f8cc121ffa1437513f3ca6da11702ea36e442c5) Arabic menu and appearance page Translation - [`180ba7c`](https://github.com/Mintplex-Labs/anything-llm/commit/180ba7c126316c7bd4e821bcf8ad7c7f10618955) RTL Support for APP + Auto RTL/LTR for chat - [`51f2e2a`](https://github.com/Mintplex-Labs/anything-llm/commit/51f2e2a3351d0717cd720ddaf2999e877ea90f47) CSS RTL fix - [`c8baab1`](https://github.com/Mintplex-Labs/anything-llm/commit/c8baab1321ceb248d91b6f55bed6987a9007cd54) Merge branch 'master' of https://github.com/Saidoua/anything-llm - [`9a7c16b`](https://github.com/Mintplex-Labs/anything-llm/commit/9a7c16b6e598de64471bedd6743ddd67540bd347) Revert "RTL Support for APP + Auto RTL/LTR for chat" - [`6346a32`](https://github.com/Mintplex-Labs/anything-llm/commit/6346a320fcf0efb8542c59c0769a288f39a13f9d) Revert "CSS RTL fix" - [`4fc80bf`](https://github.com/Mintplex-Labs/anything-llm/commit/4fc80bf58fe8a099cb442d0c525cfa0f2dd6be27) Rtl Support for APP ### 📊 Changes **36 files changed** (+1101 additions, -216 deletions) <details> <summary>View changed files</summary> ➕ `frontend/public/fonts/Amiri-Bold.ttf` (+0 -0) ➕ `frontend/public/fonts/Amiri-BoldItalic.ttf` (+0 -0) ➕ `frontend/public/fonts/Amiri-Italic.ttf` (+0 -0) ➕ `frontend/public/fonts/Amiri-Regular.ttf` (+0 -0) 📝 `frontend/src/App.jsx` (+13 -2) 📝 `frontend/src/components/Footer/index.jsx` (+5 -3) 📝 `frontend/src/components/Modals/NewWorkspace.jsx` (+1 -1) 📝 `frontend/src/components/SettingsButton/index.jsx` (+4 -2) 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+4 -4) 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/index.jsx` (+11 -5) 📝 `frontend/src/components/Sidebar/SidebarToggle/index.jsx` (+7 -4) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+1 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx` (+6 -0) 📝 `frontend/src/hooks/useTheme.js` (+6 -6) 📝 `frontend/src/index.css` (+79 -1) 📝 `frontend/src/locales/ar/common.js` (+246 -164) 📝 `frontend/src/locales/de/common.js` (+45 -0) 📝 `frontend/src/locales/en/common.js` (+53 -0) 📝 `frontend/src/locales/es/common.js` (+45 -0) 📝 `frontend/src/locales/fa/common.js` (+45 -0) _...and 16 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues resolves #3430" to auto resolve on merge. resolves #xxx ### What is in this change? ### Additional Information revert last PR, to adapt to the last release ### 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:32 -05:00
yindo closed this issue 2026-02-22 18:35:32 -05:00
yindo changed title from [PR #3476] RTL Support for APP + Auto RTL/LTR for workspace Chat + Arabic menu and appearance page Translation to [PR #3476] [CLOSED] RTL Support for APP + Auto RTL/LTR for workspace Chat + Arabic menu and appearance page Translation 2026-06-05 15:17:50 -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#4294