[GH-ISSUE #3108] [FEAT] Add Turkish Language Support (tr.js) #1990

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

Originally created by @TunahanDilercan on GitHub (Feb 4, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3108

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.js with Turkish translations based on en/common.js
  • Update resources.js to include Turkish language support

Implementation Plan:

  1. Copy frontend/src/locales/en/common.js to frontend/src/locales/tr/common.js
  2. Translate all strings from English to Turkish
  3. Modify frontend/src/locales/resources.js to include the new Turkish language
  4. Run yarn verify:translations to 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.

Originally created by @TunahanDilercan on GitHub (Feb 4, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3108 ### 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.js` with Turkish translations based on `en/common.js` - Update `resources.js` to include Turkish language support ## Implementation Plan: 1. Copy `frontend/src/locales/en/common.js` to `frontend/src/locales/tr/common.js` 2. Translate all strings from English to Turkish 3. Modify `frontend/src/locales/resources.js` to include the new Turkish language 4. Run `yarn verify:translations` to 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.
yindo added the enhancementUI/UXfeature request labels 2026-02-22 18:27:37 -05:00
yindo closed this issue 2026-02-22 18:27:37 -05:00
yindo changed title from [FEAT] Add Turkish Language Support (tr.js) to [GH-ISSUE #3108] [FEAT] Add Turkish Language Support (tr.js) 2026-06-05 14:43:53 -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#1990