feat(i18n): add Turkish language support#2785
Open
altinsupernova wants to merge 1 commit into
Open
Conversation
Add full Turkish (tr) localization to Vibe Kanban.
Changes:
- Add Tr variant to Rust backend UiLanguage enum (v6.rs)
- Add "TR" to TypeScript UiLanguage type (shared/types.ts)
- Register Turkish in frontend i18n config and language mappings
- Create 5 Turkish translation files (1,336 total keys):
common.json, settings.json, projects.json, tasks.json, organization.json
All keys match English source files 1:1, {{variable}} placeholders
are preserved, and proper Turkish characters are used throughout.
This was referenced May 1, 2026
Rebase verification — PR #2785 — rebases cleanlyLocal verification:
This is the second Turkish language pack in the queue, alongside PR #2434 (different author, similar scope). Bundle with the other queued language packs (#3096 Portuguese, #3212 Russian, #3288 Hebrew + RTL infra, #2434 Turkish). Action: maintainer policy decision on language packs in the sunset window. Specifically for Turkish: pick whichever of #2785 / #2434 is more complete (key coverage, translation quality) and close the other. Both rebase cleanly. — Automated rebase-verification: confirmed clean rebase locally; one of two competing Turkish PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
UiLanguageenum in Rust backend and TypeScript typesDetails
All translation keys match English source files 1:1.
{{variable}}placeholders are preserved. Proper Turkish characters (ç, ğ, ı, ö, ş, ü, İ) are used throughout. Technical terms (Git, PR, Kanban, MCP, etc.) are kept in English per convention.Files changed
crates/services/src/services/config/versions/v6.rsTrvariant toUiLanguageenumshared/types.ts"TR"toUiLanguagetypefrontend/src/i18n/languages.tsfrontend/src/i18n/config.tsfrontend/src/i18n/locales/tr/common.jsonfrontend/src/i18n/locales/tr/settings.jsonfrontend/src/i18n/locales/tr/projects.jsonfrontend/src/i18n/locales/tr/tasks.jsonfrontend/src/i18n/locales/tr/organization.jsonTest plan
{{variable}}interpolations work correctly