feat(ui): add Turkish (tr) locale#355
Merged
Merged
Conversation
Adds Türkçe to the dashboard languages alongside English, German, Spanish, French, Indonesian, Dutch, Portuguese. - messages/tr.json: 620 strings translated (full coverage) - project.inlang/settings.json: tr in locales array - src/stores/locale.ts: LOCALE_LABELS["tr"] = "Türkçe", LOCALE_CODES["tr"] = "TR" - src/lib/locales.test.ts: tr import, key-drift assertion, LOCALES coverage Glossary chosen for technical accuracy and Türkçe convention: - Dashboard -> Pano - Service -> Servis - Worker, Worktree, Horizon, Reverb, Stripe, FrankenPHP, Tinker preserved as-is
Owner
|
Thanks a lot for this, Erhan, really appreciate you taking the time to add Türkçe. Welcome aboard, will merge shortly. |
Contributor
Author
|
Thanks for the quick merge. Honored to land a contribution on lerd, the cleanest local PHP environment I have run on Linux. I’m glad that Turkish has been included. |
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.
What this adds
Türkçe (Turkish) as the eighth dashboard language.
Files
internal/ui/web/messages/tr.json(new). 620 strings, full coverage ofen.json.internal/ui/web/project.inlang/settings.json."tr"added to thelocalesarray.internal/ui/web/src/stores/locale.ts.LOCALE_LABELS["tr"] = "Türkçe",LOCALE_CODES["tr"] = "TR".internal/ui/web/src/lib/locales.test.ts.tr.jsonimport, drift assertion,LOCALES.toContain('tr').Translation choices
All
{placeholder}interpolations are preserved.Verified
npm run i18n: 0 errors, 0 warningsnpm run check(svelte-check, strict TS): 0 errors, 0 warningsnpx vitest run src/lib/locales.test.ts: 15 / 15 passedOpen to wording changes if anything reads off in Türkçe.