[PR #3894] [CLOSED] Keyboard shortcut localization #4449

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3894
Author: @timothycarambat
Created: 5/27/2025
Status: Closed

Base: masterHead: keyboard-shortcut-localization


📝 Commits (10+)

  • acae61c Add keyboard shortcuts help feature
  • 78fbc8f Minor lint fixes
  • 0c9c41c Enhance keyboard shortcuts feature by updating help shortcut and adding keyboard shortcuts button in Quick Links. Include new translation for keyboard shortcuts in locale.
  • 3032ca4 Added documentation of keyboard shortcuts
  • 42cbf6d Merge branch 'Mintplex-Labs:master' into keyboard-shortcut-support
  • 56c0f86 refactor keyboard shortcuts to not render on every page (like login)
  • 95d5e7e Merge branch 'master' into keyboard-shortcut-support
  • 254ba34 Merge branch 'master' into keyboard-shortcut-support
  • 516f241 move translation key
  • e5bd340 Merge branch 'keyboard-shortcut-support' of github.com:AshAnand34/anything-llm into pr-3890-branch

📊 Changes

24 files changed (+11879 additions, -12632 deletions)

View changed files

📝 frontend/src/App.jsx (+2 -0)
frontend/src/components/KeyboardShortcutsHelp/index.jsx (+60 -0)
📝 frontend/src/components/PrivateRoute/index.jsx (+19 -10)
📝 frontend/src/locales/ar/common.js (+683 -731)
📝 frontend/src/locales/da/common.js (+687 -774)
📝 frontend/src/locales/de/common.js (+689 -781)
📝 frontend/src/locales/en/common.js (+15 -0)
📝 frontend/src/locales/es/common.js (+684 -736)
📝 frontend/src/locales/fa/common.js (+683 -723)
📝 frontend/src/locales/fr/common.js (+684 -732)
📝 frontend/src/locales/he/common.js (+681 -714)
📝 frontend/src/locales/it/common.js (+683 -729)
📝 frontend/src/locales/ja/common.js (+685 -767)
📝 frontend/src/locales/ko/common.js (+680 -713)
📝 frontend/src/locales/nl/common.js (+683 -726)
📝 frontend/src/locales/pt_BR/common.js (+688 -815)
📝 frontend/src/locales/ru/common.js (+0 -0)
📝 frontend/src/locales/tr/common.js (+0 -0)
📝 frontend/src/locales/vn/common.js (+0 -0)
📝 frontend/src/locales/zh/common.js (+0 -0)

...and 4 more files

📄 Description

Related to https://github.com/Mintplex-Labs/anything-llm/pull/3890


🔄 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/3894 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 5/27/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `keyboard-shortcut-localization` --- ### 📝 Commits (10+) - [`acae61c`](https://github.com/Mintplex-Labs/anything-llm/commit/acae61c76ae94a5c99e55c5eb4286939b4182534) Add keyboard shortcuts help feature - [`78fbc8f`](https://github.com/Mintplex-Labs/anything-llm/commit/78fbc8f129e09213b103364e831db2be13d70d12) Minor lint fixes - [`0c9c41c`](https://github.com/Mintplex-Labs/anything-llm/commit/0c9c41c0b01896b8d9c258bc2999ca2c307c8cc4) Enhance keyboard shortcuts feature by updating help shortcut and adding keyboard shortcuts button in Quick Links. Include new translation for keyboard shortcuts in locale. - [`3032ca4`](https://github.com/Mintplex-Labs/anything-llm/commit/3032ca471a2b1c2ba4803a94eec93f55a720899c) Added documentation of keyboard shortcuts - [`42cbf6d`](https://github.com/Mintplex-Labs/anything-llm/commit/42cbf6d105991145250d80962333bb02c00dd863) Merge branch 'Mintplex-Labs:master' into keyboard-shortcut-support - [`56c0f86`](https://github.com/Mintplex-Labs/anything-llm/commit/56c0f8609abc80755ea36596d3133959c61e33e8) refactor keyboard shortcuts to not render on every page (like login) - [`95d5e7e`](https://github.com/Mintplex-Labs/anything-llm/commit/95d5e7e45399494f4bf309bf797e8c52ccde4bbe) Merge branch 'master' into keyboard-shortcut-support - [`254ba34`](https://github.com/Mintplex-Labs/anything-llm/commit/254ba345bc1a4a1306a767a3d48a8cb28b9ebac7) Merge branch 'master' into keyboard-shortcut-support - [`516f241`](https://github.com/Mintplex-Labs/anything-llm/commit/516f2410a2e35fe610a4102b83ba57bea493e0b7) move translation key - [`e5bd340`](https://github.com/Mintplex-Labs/anything-llm/commit/e5bd3400c24b3477fe320e94ba00abf511898069) Merge branch 'keyboard-shortcut-support' of github.com:AshAnand34/anything-llm into pr-3890-branch ### 📊 Changes **24 files changed** (+11879 additions, -12632 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/App.jsx` (+2 -0) ➕ `frontend/src/components/KeyboardShortcutsHelp/index.jsx` (+60 -0) 📝 `frontend/src/components/PrivateRoute/index.jsx` (+19 -10) 📝 `frontend/src/locales/ar/common.js` (+683 -731) 📝 `frontend/src/locales/da/common.js` (+687 -774) 📝 `frontend/src/locales/de/common.js` (+689 -781) 📝 `frontend/src/locales/en/common.js` (+15 -0) 📝 `frontend/src/locales/es/common.js` (+684 -736) 📝 `frontend/src/locales/fa/common.js` (+683 -723) 📝 `frontend/src/locales/fr/common.js` (+684 -732) 📝 `frontend/src/locales/he/common.js` (+681 -714) 📝 `frontend/src/locales/it/common.js` (+683 -729) 📝 `frontend/src/locales/ja/common.js` (+685 -767) 📝 `frontend/src/locales/ko/common.js` (+680 -713) 📝 `frontend/src/locales/nl/common.js` (+683 -726) 📝 `frontend/src/locales/pt_BR/common.js` (+688 -815) 📝 `frontend/src/locales/ru/common.js` (+0 -0) 📝 `frontend/src/locales/tr/common.js` (+0 -0) 📝 `frontend/src/locales/vn/common.js` (+0 -0) 📝 `frontend/src/locales/zh/common.js` (+0 -0) _...and 4 more files_ </details> ### 📄 Description Related to https://github.com/Mintplex-Labs/anything-llm/pull/3890 --- <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:51 -05:00
yindo closed this issue 2026-02-22 18:35:51 -05:00
yindo changed title from [PR #3894] Keyboard shortcut localization to [PR #3894] [CLOSED] Keyboard shortcut localization 2026-06-05 15:18:38 -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#4449