feat(i18n): improve UA translations, add missing keys#2073
feat(i18n): improve UA translations, add missing keys#2073serhalp merged 4 commits 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
|
📝 WalkthroughWalkthroughThis pull request updates the Ukrainian locale file (i18n/locales/uk-UA.json). It changes numerous translation strings across footer, shortcuts, navigation, settings, profile, charts, compare view, file handling and related UI sections; adds new translation keys (including open_main, open_diff, table_view, charts_view, prediction, binary_file, version_selector_title, and multiple view_on providers); and refines wording, punctuation and capitalization. No program logic or data structures were changed. 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)
📝 Coding Plan
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
i18n/locales/uk-UA.json (1)
196-207: Capitalisation inconsistency inview_onsection.The unchanged
npmentry on line 196 uses lowercase "переглянути", whilst all the modified entries (lines 197-207) use capitalised "Переглянути". Consider updating thenpmentry to match the capitalised style of the other entries for consistency.Additionally, line 201 mixes Ukrainian and English:
"Переглянути на Git repository". Consider using either fully Ukrainian"Переглянути в репозиторії Git"or keeping the technical term as-is but ensuring it reads naturally.🔧 Suggested fix for consistency
"view_on": { - "npm": "переглянути на npm", + "npm": "Переглянути на npm", "github": "Переглянути на GitHub", "gitlab": "Переглянути на GitLab", "bitbucket": "Переглянути на Bitbucket", "codeberg": "Переглянути на Codeberg", - "git_repo": "Переглянути на Git repository", + "git_repo": "Переглянути в репозиторії Git", "forgejo": "Переглянути на Forgejo",
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: ea1e8460-cfe6-45d9-844c-06d3a346bf08
📒 Files selected for processing (1)
i18n/locales/uk-UA.json
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📚 Description