Merge pull request #3064 from fitzgpt/feat/i18n-turkish

feat(i18n): add Turkish (tr) locale
This commit is contained in:
Bohdan Triapitsyn
2026-08-28 11:33:52 +03:00
committed by GitHub
21 changed files with 5518 additions and 5 deletions
@@ -27,6 +27,7 @@ const LANGUAGE_NAMES = {
ko: 'Korean',
pl: 'Polish',
ja: 'Japanese',
tr: 'Turkish',
};
/**