New Crowdin updates#986
Conversation
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughLocale translation entries were updated across many frontend locale JSON files. The authorization error key was renamed to ChangesLocale translation updates
Estimated code review effort: 2 (Simple) | ~12 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ 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: 6
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@frontend/src/lib/i18n/locales/fr-FR.json`:
- Line 74: The `authorizeErrorInvalidParams` entry in the French locale is still
in English, so restore it to a proper French translation to match the
surrounding keys. Update the value in `fr-FR.json` for
`authorizeErrorInvalidParams` with the intended French message, keeping the key
name unchanged and ensuring it remains consistent with the earlier
`authorizeErrorMissingParams` translation.
In `@frontend/src/lib/i18n/locales/it-IT.json`:
- Line 74: The authorizeErrorInvalidParams entry in the Italian locale is still
in English; update this key in it-IT.json to use the proper Italian translation
and keep it consistent with the surrounding i18n strings. Use the
authorizeErrorInvalidParams symbol to locate the untranslated value and restore
the Italian text replacing the former authorizeErrorMissingParams wording.
In `@frontend/src/lib/i18n/locales/nl-NL.json`:
- Line 89: The Dutch localization string for loginTailscaleDescription contains
a typo where “jeTailscale-verbinding” is missing a space. Update the value in
the nl-NL locale entry to use the correct phrasing “je Tailscale-verbinding”,
keeping the rest of the message unchanged and ensuring the key
loginTailscaleDescription remains the same.
In `@frontend/src/lib/i18n/locales/pl-PL.json`:
- Line 80: Fix the typo in the i18n string for profileScopeDescription by
correcting the transposed letters in the Polish text. Update the localized value
in the pl-PL locale entry so it reads naturally with “profilu”; use the
profileScopeDescription key to locate it.
In `@frontend/src/lib/i18n/locales/sr-SP.json`:
- Line 102: The new quickActionsProviderLocal translation in the sr-SP locale is
using Latin script instead of the Cyrillic script used throughout this file.
Update the value in the sr-SP locale entry for quickActionsProviderLocal to the
Cyrillic equivalent so it matches the rest of the translations and stays
consistent with the locale’s script.
In `@frontend/src/lib/i18n/locales/zh-CN.json`:
- Line 101: The zh-CN locale entry for quickActionsTitle is using a Traditional
Chinese form, so update the value in the zh-CN translation file to Simplified
Chinese. Locate the quickActionsTitle key in the locale JSON and change the text
from the Traditional variant to the Simplified Chinese equivalent so it matches
the rest of the zh-CN translations.
🪄 Autofix (Beta)
✅ Autofix completed
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: 62697429-31b0-4c9f-b9be-bf908b1459fd
📒 Files selected for processing (29)
frontend/src/lib/i18n/locales/af-ZA.jsonfrontend/src/lib/i18n/locales/ar-SA.jsonfrontend/src/lib/i18n/locales/ca-ES.jsonfrontend/src/lib/i18n/locales/cs-CZ.jsonfrontend/src/lib/i18n/locales/da-DK.jsonfrontend/src/lib/i18n/locales/de-DE.jsonfrontend/src/lib/i18n/locales/el-GR.jsonfrontend/src/lib/i18n/locales/es-ES.jsonfrontend/src/lib/i18n/locales/fi-FI.jsonfrontend/src/lib/i18n/locales/fr-FR.jsonfrontend/src/lib/i18n/locales/he-IL.jsonfrontend/src/lib/i18n/locales/hu-HU.jsonfrontend/src/lib/i18n/locales/it-IT.jsonfrontend/src/lib/i18n/locales/ja-JP.jsonfrontend/src/lib/i18n/locales/ko-KR.jsonfrontend/src/lib/i18n/locales/nl-NL.jsonfrontend/src/lib/i18n/locales/no-NO.jsonfrontend/src/lib/i18n/locales/pl-PL.jsonfrontend/src/lib/i18n/locales/pt-BR.jsonfrontend/src/lib/i18n/locales/pt-PT.jsonfrontend/src/lib/i18n/locales/ro-RO.jsonfrontend/src/lib/i18n/locales/ru-RU.jsonfrontend/src/lib/i18n/locales/sr-SP.jsonfrontend/src/lib/i18n/locales/sv-SE.jsonfrontend/src/lib/i18n/locales/tr-TR.jsonfrontend/src/lib/i18n/locales/uk-UA.jsonfrontend/src/lib/i18n/locales/vi-VN.jsonfrontend/src/lib/i18n/locales/zh-CN.jsonfrontend/src/lib/i18n/locales/zh-TW.json
|
Note Autofix is a beta feature. Expect some limitations and changes as we gather feedback and continue to improve it. Fixes Applied SuccessfullyFixed 4 file(s) based on 4 unresolved review comments. A stacked PR containing fixes has been created.
Time taken: |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary by CodeRabbit