fix(i18n): fix duplicate word in Polish translation#1015
fix(i18n): fix duplicate word in Polish translation#1015danielroe merged 1 commit intonpmx-dev:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
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
|
There was a problem hiding this comment.
Pull request overview
This PR fixes a duplicate word issue in the Polish translation where "Społeczność" (community) was appearing twice - once hardcoded and once through the {community} placeholder. The fix removes the hardcoded word and capitalizes the placeholder value to maintain proper sentence structure.
Changes:
- Removed hardcoded "Społeczność" prefix from "simple" and "documented" translation strings
- Capitalized the "community" placeholder value from "społeczność" to "Społeczność"
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| lunaria/files/pl-PL.json | Fixed duplicate "Społeczność" word by removing hardcoded prefix and capitalizing the placeholder value |
| i18n/locales/pl-PL.json | Fixed duplicate "Społeczność" word by removing hardcoded prefix and capitalizing the placeholder value |
📝 WalkthroughWalkthroughPolish translation files have been updated across two locations to refactor how community references are handled. The hardcoded "Społeczność" prefix has been removed from package replacement messages, allowing the dynamic {community} placeholder to be used independently. Additionally, the community label itself has been capitalised from lowercase to uppercase. These changes apply consistently across both simple and documented replacement message variants. 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)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Before:
After:
