feat(i18n): add Turkish (tr-TR) translation#1767
feat(i18n): add Turkish (tr-TR) translation#1767mrnasil wants to merge 10 commits intonpmx-dev:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThis pull request adds Turkish language support to the application by registering a new tr-TR locale entry in the i18n configuration file and providing comprehensive Turkish translations across multiple UI sections. The changes include configuration updates to enable the new locale and two translation JSON files containing localised strings for various application features and components. Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
| { | ||
| code: 'fi', | ||
| file: 'fi.json', | ||
| name: 'Suomi', | ||
| }, | ||
| { | ||
| code: 'gl-ES', | ||
| file: 'gl-ES.json', | ||
| name: 'Galego', | ||
| }, | ||
| { | ||
| code: 'ko-KR', | ||
| file: 'ko-KR.json', | ||
| name: '한국어', | ||
| },*/, | ||
| { | ||
| code: 'id-ID', | ||
| file: 'id-ID.json', | ||
| name: 'Indonesia', | ||
| }, |
There was a problem hiding this comment.
would you add these back (and also the contents of lunaria/files)? 🙏
Summary
Added Turkish (tr-TR) translation for npmx.dev
Changes
i18n/locales/tr-TR.jsonwith complete Turkish translationslunaria/files/tr-TR.jsonfor translation trackingconfig/i18n.tsto enable Turkish localeTranslation Details
az-AZ.json(Azerbaijani Turkish) as referenceChecklist