-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
Description
What would you like to see?
Summary
I would like to contribute by adding Turkish language support to AnythingLLM.
Proposed Changes:
- Create a new directory:
frontend/src/locales/tr/ - Add
common.jswith Turkish translations based onen/common.js - Update
resources.jsto include Turkish language support
Implementation Plan:
- Copy
frontend/src/locales/en/common.jstofrontend/src/locales/tr/common.js - Translate all strings from English to Turkish
- Modify
frontend/src/locales/resources.jsto include the new Turkish language - Run
yarn verify:translationsto ensure no missing keys or errors
Benefit:
This update will allow Turkish-speaking users to use AnythingLLM in their native language, improving accessibility and user experience.
Let me know if any additional modifications are needed.