Translations update from Hosted Weblate#623
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughPolish and Italian locale JSON files updated: Polish gains new badge-related translation keys and a changed delete button label; Italian receives many new UI translation groups and developer/settings strings. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@src/locales/list/pl-pl.json`:
- Around line 640-643: Fix the spelling mistake in the JSON value for the
"unremovableError" entry by changing the "body" string from "Tej ozdnaki nie
można zdjąć." to "Tej odznaki nie można zdjąć." so the key "unremovableError"
retains the corrected Polish text.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 38c799c3-daa7-470f-b8d3-a74d4565daf6
📒 Files selected for processing (1)
src/locales/list/pl-pl.json
| "unremovableError": { | ||
| "title": "Odznaka niezdejmowalna", | ||
| "body": "Tej ozdnaki nie można zdjąć." | ||
| }, |
There was a problem hiding this comment.
Typo in error message body.
Line 642 has a spelling error: "ozdnaki" should be "odznaki" (missing 'd').
✏️ Proposed fix
"unremovableError": {
"title": "Odznaka niezdejmowalna",
- "body": "Tej ozdnaki nie można zdjąć."
+ "body": "Tej odznaki nie można zdjąć."
},📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| "unremovableError": { | |
| "title": "Odznaka niezdejmowalna", | |
| "body": "Tej ozdnaki nie można zdjąć." | |
| }, | |
| "unremovableError": { | |
| "title": "Odznaka niezdejmowalna", | |
| "body": "Tej odznaki nie można zdjąć." | |
| }, |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@src/locales/list/pl-pl.json` around lines 640 - 643, Fix the spelling mistake
in the JSON value for the "unremovableError" entry by changing the "body" string
from "Tej ozdnaki nie można zdjąć." to "Tej odznaki nie można zdjąć." so the key
"unremovableError" retains the corrected Polish text.
Currently translated at 100.0% (1003 of 1003 strings) Translation: Nerimity/Nerimity Web Translate-URL: https://hosted.weblate.org/projects/nerimity/nerimity-web/pl/
Currently translated at 68.3% (686 of 1003 strings) Translation: Nerimity/Nerimity Web Translate-URL: https://hosted.weblate.org/projects/nerimity/nerimity-web/it/
d85429a to
a4ca692
Compare
Translations update from Hosted Weblate for Nerimity/Nerimity Web.
Current translation status:
Summary by CodeRabbit