feat(i18n): add Austrian translation#2260
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
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
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis pull request restructures the German i18n locale configuration from a single 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
🧭 Context
The Austrian and German language have some little differences here and there, that's why I decided to add support for the Austrian language.
📚 Description
I moved all
de-DEstrings tode.json, so I don't have to override any inde-DE.jsonand created a newde-AT.jsonwhich overrides the few strings that need to be different. I also adapted the config and it seems that the codede-ATwas not satisfying the type, so I ranpnpm generate, but I'm not sure if that fixed it. It would maybe be a good idea to mention how to fix theGeneratedLocaletype in theCONTRIBUTING.mdsection:npmx.dev/CONTRIBUTING.md
Lines 507 to 517 in 1fd2d53