feat(i18n): add Turkish locale (#2716)

This commit is contained in:
Hasan Mumin
2024-11-21 19:27:41 +03:00
committed by GitHub
parent 29d2acf564
commit de8228e504
2 changed files with 48 additions and 0 deletions

View File

@@ -11,3 +11,4 @@ export { default as ru } from './ru'
export { default as zh_hans } from './zh_hans'
export { default as zh_hant } from './zh_hant'
export { default as ko } from './ko'
export { default as tr } from './tr'