feat(i18n): add Turkish (tr-TR) translation#1767
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
📝 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)? 🙏
Co-authored-by: =?UTF-8?q?Kaz=C4=B1m=20=C3=96lmez?= <kazim-olmez@yandex.com>
|
Thanks for your first contribution, @mrnasil! 🎉 We'd love to welcome you to the npmx community. Come and say hi on Discord! And once you've joined, visit npmx.wamellow.com to claim the contributor role. |
Summary
Added Turkish (tr-TR) translation for npmx.dev
closes #1798
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