Translations update from Hosted Weblate#954
Conversation
Currently translated at 65.6% (229 of 349 strings) Translation: MeetingBar/App Translate-URL: https://hosted.weblate.org/projects/meetingbar/app/de/
WalkthroughAdds German localization entries for advanced settings, generic meeting status-bar text, and onboarding setup navigation. ChangesGerman localization
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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: 1
🤖 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 `@MeetingBar/Resources` /Localization /de.lproj/Localizable.strings:
- Line 394: Update the German localization value for onboarding_setup_title to
use an idiomatic compound noun, replacing the incorrect spaced “MeetingBar
Einrichtung” phrasing with “MeetingBar-Einrichtung” or the equivalent
“Einrichtung von MeetingBar.”
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 775a2f09-8157-40cb-b7db-428df34d4d32
📒 Files selected for processing (1)
MeetingBar/Resources /Localization /de.lproj/Localizable.strings
| "preferences_appearance_menu_show_event_calendar_color_value" = "Kalenderfarbe"; | ||
| "preferences_sidebar_advanced" = "Erweitert"; | ||
| "preferences_appearance_status_bar_title_generic_value" = "Generischer Titel (Meeting)"; | ||
| "onboarding_setup_title" = "MeetingBar Einrichtung"; |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Use an idiomatic German compound noun.
“MeetingBar Einrichtung” should be “MeetingBar-Einrichtung” or “Einrichtung von MeetingBar”; the current spacing is grammatically incorrect in this user-facing heading.
Proposed fix
-"onboarding_setup_title" = "MeetingBar Einrichtung";
+"onboarding_setup_title" = "MeetingBar-Einrichtung";📝 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.
| "onboarding_setup_title" = "MeetingBar Einrichtung"; | |
| "onboarding_setup_title" = "MeetingBar-Einrichtung"; |
🤖 Prompt for 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.
In `@MeetingBar/Resources` /Localization /de.lproj/Localizable.strings at line
394, Update the German localization value for onboarding_setup_title to use an
idiomatic compound noun, replacing the incorrect spaced “MeetingBar Einrichtung”
phrasing with “MeetingBar-Einrichtung” or the equivalent “Einrichtung von
MeetingBar.”
Translations update from Hosted Weblate for MeetingBar/App.
Current translation status:
Summary by CodeRabbit