ux-builder
dad5c8d8ae
feat: Add Korean (ko) locale translations ( #4096 )
...
* feat: Add Korean (ko) locale translations
- Add comprehensive Korean translations for UI elements
- Include main page features, workspace settings, and chat components
- Support Korean localization for common user interactions
* updates, lint
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-07-07 13:33:48 -07:00
Timothy Carambat
e13d06c430
Polish translations ( #4100 )
...
* Add translations into Polish
* fix translation miss
---------
Co-authored-by: Jakub Jadczak <jakubjadczak02@gmail.com>
2025-07-07 13:32:22 -07:00
Sean Hatfield
e230973abb
Add hint for chats in query mode ( #4076 )
...
* add hint for chats in query mode
* add and normalize translations
* improve semantic HTML for linking
* use existing util
* linting
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-07-02 08:30:27 -07:00
Martin
76b80d149a
Update common.js spellcheck for zh_TW ( #4074 )
...
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-07-01 10:31:18 -07:00
Tarkva
45e2f85f1c
Added Estonian translation ( #4067 )
...
* Added Estonian translation
* linting
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-06-30 13:11:32 -07:00
Sean Hatfield
91e498229c
Publish slash commands to hub ( #4019 )
...
* implement ui for publish system prompt to hub
* rework ui + add backend to upload to hub
* add success modal view + publish menu item + translations
* normalize translations
* refactor PublishEntityModal + add hook
for hub auth
* normalize translations
* fix ui for success screen
* refactor, auth checks, UI/UX, and naming conventions to be more clear
* move components to CommunityHub folder + small ui tweak
* wip publish agent flows to community hub
* rework translations/implement uploading agent flows
* normalize/restructure translations
* rename component/add jsdoc for consistency
* fix en translation
* remove comments/duplicate function from merge conf
* update styles of publish button in flow builder
* resolve ssr icon issue
* implement uploading slash commands to hub
* normalize translations
* show command, non editable
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-06-24 16:19:50 -07:00
Sean Hatfield
2d210aa90a
Publish agent flows to hub ( #4001 )
...
* implement ui for publish system prompt to hub
* rework ui + add backend to upload to hub
* add success modal view + publish menu item + translations
* normalize translations
* refactor PublishEntityModal + add hook
for hub auth
* normalize translations
* fix ui for success screen
* refactor, auth checks, UI/UX, and naming conventions to be more clear
* move components to CommunityHub folder + small ui tweak
* wip publish agent flows to community hub
* rework translations/implement uploading agent flows
* normalize/restructure translations
* rename component/add jsdoc for consistency
* fix en translation
* remove comments/duplicate function from merge conf
* update styles of publish button in flow builder
* resolve ssr icon issue
* UI linting
* language diff
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-06-24 15:58:49 -07:00
Lev Lekush
b7773f2f9b
Added missing German translations ( #4029 )
...
added missing German translations
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-06-24 13:58:50 -07:00
Sean Hatfield
96b532a0f4
Publish system prompts to hub ( #3976 )
...
* implement ui for publish system prompt to hub
* rework ui + add backend to upload to hub
* add success modal view + publish menu item + translations
* normalize translations
* refactor PublishEntityModal + add hook
for hub auth
* normalize translations
* fix ui for success screen
* refactor, auth checks, UI/UX, and naming conventions to be more clear
* move components to CommunityHub folder + small ui tweak
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-06-16 09:59:38 -07:00
Timothy Carambat
c0d66e6c19
Enable UI/UX for model swapping in chat window ( #3969 )
...
* Enable UI/UX for model swapping in chat window
* forgot component
* patch useGetProviders hook to set loading on change of provider
* dev build
* normalize translations
* patch how model default is provided
---------
Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
2025-06-09 09:59:17 -07:00
Stoufiler
aa5e110c67
Fix some french translations ( #3959 )
2025-06-06 09:00:07 -07:00
Sean Hatfield
c69cb32ea6
New embedded chat widget UI/UX ( #3899 )
...
* wip create skeleton for new embed chat ui/ux
* update ui for embed chats
* lint
* update sidebar/paths
* remove old embed pages
* patch broken link
* add created timestamp to differentiate embeds
update translation key to lowercase
add created at translation key
* update text colors
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-06-03 16:21:20 -07:00
JairoMarques
337d46d178
Add missing localizations ( #3925 )
...
* Add missing localizations
* remove unnecessary translations
* remove unused entry
* normalize translations
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-06-03 14:33:28 -07:00
JairoMarques
35f84c257c
Update more Brazilian Portuguese locale (pt_BR) ( #3923 )
...
* Compatibilizations with 'en' file to maintain line relations to easy translations
* Add missing pt_BR translations
* Maintain compatibilization
* linting
* normalize
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-06-03 11:30:25 -07:00
Timothy Carambat
2f48cd1e0b
Add Latvian language ( #3897 )
2025-05-27 16:19:15 -07:00
timothycarambat
a7c2a56e4b
add normalize function on translations
...
norm translations due to keyboard shortcut entries
2025-05-27 14:28:12 -07:00
Aashish Anand
2cabb2fad8
Keyboard shortcut support ( #3890 )
...
* Add keyboard shortcuts help feature
* Minor lint fixes
* Enhance keyboard shortcuts feature by updating help shortcut and adding keyboard shortcuts button in Quick Links. Include new translation for keyboard shortcuts in locale.
* Added documentation of keyboard shortcuts
* refactor keyboard shortcuts to not render on every page (like login)
limit shortcuts to admins
update locales
remove keyboard shortcut button - move to resources
remove readme entry
* move translation key
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-05-27 14:25:39 -07:00
JairoMarques
07e5b70f13
Feat/missing localizations ( #3881 )
...
* Update Brazilian Portuguese locale (pt_BR)
* Add missing localizations in chat window
* normalize translations
* lint
---------
Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-05-27 14:09:06 -07:00
JairoMarques
58f0164978
Update Brazilian Portuguese locale (pt_BR) ( #3879 )
...
* Update Brazilian Portuguese locale (pt_BR)
* linting
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-05-26 16:25:53 -07:00
timothycarambat
de9d3646ef
zh lint
2025-05-19 13:05:39 -07:00
Shixian Sheng
ff9395e79e
Updated Chinese locale ( #3852 )
...
* Update README.zh-CN.md
* Update common.js
* Update common.js
2025-05-19 11:57:31 -07:00
Timothy Carambat
f259fef6ee
Disable message send while content is embedding ( #3832 )
...
* Disable message send while content is embedding
* opacity
* normalize langs
* remove console log
---------
Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
2025-05-16 11:35:33 -07:00
Sean Hatfield
2b274c62b7
Obsidian data connector ( #3798 )
...
* add obsidian vault data connector
* lint
* add english translations
* normalize translations
* improve file parser and reader
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-05-12 13:45:27 -07:00
Shixian Sheng
aef455d977
Fixed grammar and typos ( #3802 )
...
* Update common.js
* Update README.md
* Update common.js
* Update README.md
* linting
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-05-12 09:42:50 -07:00
Shixian Sheng
2812fef01e
updated locale ( #3796 )
...
* Update README.zh-CN.md
* Update common.js
2025-05-09 12:06:49 -07:00
Colin Perry
e2eca2ccb3
Add Disable Spellcheck Option ( #3795 )
...
* Implemented spellcheck toggle in Settings
* ran yarn lint
* reduce read complexity for appearance spellcheck
lint
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-05-09 09:51:06 -07:00
Shixian Sheng
cfb47a12c2
locale change ( #3787 )
...
* Update common.js
* Update common.js
* lint
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-05-09 09:32:26 -07:00
Shixian Sheng
2eb415742c
Updated zh locale ( #3786 )
...
* Update common.js
* linting
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-05-08 12:01:32 -07:00
Sean Hatfield
10e65fc021
Chat prompt history menu ( #3770 )
...
* wip system prompt history sidebar ui
* lint
* backend/frontend implementation for prompt history wip
* lint
* rework ui
* add delete menu and delete chat history by id
* lint
* ref for menu button
* reorganize components + light mode styles
* lint
* UI refactor
* backend refactor
* remove unused import
* add border-none to all buttons
* fix spacing on dots 3 icon button
* add window to confirm
* add english translations
* normalize translations
* lin
* patch store logic
* sticky header
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-05-08 08:29:46 -07:00
Timothy Carambat
051ed15f1f
more zh translations ( #3769 )
2025-05-05 15:03:31 -07:00
Leo Carvalho
480be2a6f0
pt-BR translation ( #3755 )
...
* Translate new strings
* lint
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-05-02 12:55:29 -07:00
Timothy Carambat
dd9c2b4af9
TTS auto-speak and STT auto-submit ( #3696 )
...
* auto STT submit control
* simplified STT auto and TTS autoplay
* add chatId to piper elements
* change defaults
* add chat customization page for enabling/disabling new features + options on account modal
* add translation placeholders
* show keybind command
* dev build
* Account modal ui prevent page reload + show Tooltip
---------
Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
2025-04-28 13:57:03 -07:00
Shinya Suzuki
da3f97f61d
Improve Japanese translation to maintain @agent ( #3704 )
2025-04-23 08:57:57 -07:00
Timothy Carambat
21ffabfb15
Translate main page landing ( #3699 )
...
* Translate main page landing
* normalize all languages
* Add a few translations, zh,tw,ja,es,de
* fix issues where translation lang change would not effect constants until full reload instead of on update
* dev
* fix noWorkspaceError key in translation usage
2025-04-22 12:32:51 -07:00
Timothy Carambat
451f4c266e
Breakup Customization super-page into subpages ( #3678 )
...
* breakup settings pages
* remove commented translations
* patch welcome message keys to new dict
* update translations files
2025-04-18 14:25:37 -07:00
Артём
25b3b04f59
Updated Russian translation ( #3658 )
...
* Updated the Russian translation
* linting
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-04-16 09:07:42 -07:00
Shinya Suzuki
716f348d6c
Add Japanese translations for AnythingLLM ( #3651 )
...
* Add Japanese translations for AnythingLLM
* linting
---------
Co-authored-by: Shinya Suzuki <shinya.s.825@gmail.com>
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-04-15 09:49:48 -07:00
timothycarambat
c29f7669c4
linting
2025-03-25 15:50:42 -07:00
Sean Hatfield
f3ea21bcd1
Prompt variables ( #3359 )
...
* wip prompt variables
* refactor backend + add popup suggestions menu to frontend
* use processString to replace all variables in system prompts
* update translations
* fix translations
* wip highlight variables
* revert accidental name change
* rename everything, remove translations
* Update prompt var UI and backend logic
* Update form handler
linting
* linting
* normalize all translation files for prompt variables
* prompt vars dev image
---------
Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2025-03-25 12:44:19 -07:00
Morten Aagaard Eistrøm
39cd4602fe
Added danish translation ( #3461 )
...
### Pull Request Type
<!-- For change type, change [ ] to [x]. -->
- [ ] ✨ feat
- [ ] 🐛 fix
- [ ] ♻️ refactor
- [ ] 💄 style
- [x] 🔨 chore
- [ ] 📝 docs
Adds danish translation
- [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
2025-03-17 08:08:20 -07:00
MrMarans
c928d3d0c5
changed language support for following windows: chat, data-upload and… ( #3010 )
...
* changed language support for following windows: chat, data-upload and account settings
* normalize translations
* linting, normalization with DE
---------
Co-authored-by: Ron Metzger <ron.metzger@korn-recycling.de>
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-02-27 11:34:02 -08:00
Timothy Carambat
2f5ed6c705
fix: bug where in single user mode deletion of an api key deletes all ( #3358 )
...
* fix: bug where in single user mode deletion of an api key deletes all
resolves #3352
* linting
2025-02-26 12:17:00 -08:00
Said Ouhdach
7c787f8959
Arabic Translation ( #3357 )
...
* Arabic translation
* Arabic Translation correction
2025-02-26 11:54:34 -08:00
Adam Setch
d63438fa61
chore: rename Github to GitHub ( #3199 )
...
* chore: rename Github to GitHub
Signed-off-by: Adam Setch <adam.setch@outlook.com>
* chore: rename Github to GitHub
Signed-off-by: Adam Setch <adam.setch@outlook.com>
* Undo some code changes for references
---------
Signed-off-by: Adam Setch <adam.setch@outlook.com>
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2025-02-13 10:45:43 -08:00
Timothy Carambat
2e0e17ee8a
[CHORE] Onboarding language translations ( #3176 )
...
* wip onboarding translations
* add normalized EN reference for languages
* add zh/zh-tw translations
* Fix translations
2025-02-11 15:46:08 -08:00
timothycarambat
bffdfffe81
linting
2025-02-10 12:08:21 -08:00
TunahanDilercan
4b71dd1005
[FEAT] Add Turkish Language Support (tr.js) #3108 ( #3141 )
2025-02-06 15:26:06 -08:00
timothycarambat
d1b1a98a60
linting
2025-01-21 16:28:00 -08:00
okaeiz
b92d63e776
Farsi (Persian) translations ( #2989 )
...
* Initial commit | Farsi (Persian) translations
* Farsi (Persian) translations - Pt. 2
* Farsi (Persian) translations - Pt. 3
* Farsi (Persian) translations - `README.fa-IR.md` file
2025-01-20 09:12:02 -08:00
Timothy Carambat
a89d8fcfe4
patch ZH typo ( #2816 )
2024-12-12 10:24:42 -08:00