feat(i18n): add Turkish (tr) locale

This commit is contained in:
fitzgpt
2026-08-28 02:27:31 +03:00
parent 617bb54799
commit 83c2c7dc76
21 changed files with 5518 additions and 5 deletions
@@ -27,6 +27,7 @@ const LANGUAGE_NAMES = {
ko: 'Korean',
pl: 'Polish',
ja: 'Japanese',
tr: 'Turkish',
};
/**