Update Localized Strings - #5679
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to localization resources and corresponding SwiftGen-generated accessors, with no functional logic changes introduced.
Pull request overview
Updates the app’s localized string resources and the SwiftGen-generated L10n accessors to include new App Intents/App Shortcuts copy (notably “Active Entities”) and to refresh translations across supported locales.
Changes:
- Added new
L10naccessors forAppIntents.ActiveEntitiesand additionalAppShortcutstitles inStrings.swift. - Added new English source strings for
app_intents.active_entities.*and newapp_shortcuts.*keys. - Updated/expanded translations across many
.lproj/Localizable.stringsfiles (including new keys for open/close intents, CarPlay operation errors, and Manage Storage UI).
File summaries
| File | Description |
|---|---|
| Sources/Shared/Resources/Swiftgen/Strings.swift | Regenerated SwiftGen L10n accessors to reflect newly added localization keys. |
| Sources/App/Resources/en.lproj/Localizable.strings | Adds English source strings for Active Entities intent and new app shortcut titles. |
| Sources/App/Resources/en-GB.lproj/Localizable.strings | Updates en-GB localized strings with newly introduced keys. |
| Sources/App/Resources/zh-Hant.lproj/Localizable.strings | Updates Traditional Chinese strings and adds newly introduced keys. |
| Sources/App/Resources/zh-Hans.lproj/Localizable.strings | Adds/updates Simplified Chinese strings for newly introduced keys. |
| Sources/App/Resources/vi.lproj/Localizable.strings | Adds/updates Vietnamese localization entries for newly introduced keys. |
| Sources/App/Resources/uk.lproj/Localizable.strings | Adds/updates Ukrainian localization entries for newly introduced keys. |
| Sources/App/Resources/tr.lproj/Localizable.strings | Adds/updates Turkish localization entries for newly introduced keys. |
| Sources/App/Resources/sv.lproj/Localizable.strings | Adds/updates Swedish localization entries for newly introduced keys. |
| Sources/App/Resources/sl.lproj/Localizable.strings | Adds/updates Slovenian localization entries for newly introduced keys. |
| Sources/App/Resources/ru.lproj/Localizable.strings | Updates Russian strings and adds newly introduced keys. |
| Sources/App/Resources/pt-BR.lproj/Localizable.strings | Adds/updates Brazilian Portuguese localization entries for newly introduced keys. |
| Sources/App/Resources/pl-PL.lproj/Localizable.strings | Updates Polish strings and adds newly introduced keys. |
| Sources/App/Resources/nl.lproj/Localizable.strings | Adds/updates Dutch localization entries for newly introduced keys. |
| Sources/App/Resources/nb.lproj/Localizable.strings | Adds/updates Norwegian Bokmål localization entries for newly introduced keys. |
| Sources/App/Resources/ml.lproj/Localizable.strings | Adds/updates Malayalam localization entries for newly introduced keys. |
| Sources/App/Resources/ja.lproj/Localizable.strings | Adds/updates Japanese localization entries for newly introduced keys. |
| Sources/App/Resources/it.lproj/Localizable.strings | Adds/updates Italian localization entries for newly introduced keys. |
| Sources/App/Resources/id.lproj/Localizable.strings | Adds/updates Indonesian localization entries for newly introduced keys. |
| Sources/App/Resources/hu.lproj/Localizable.strings | Adds/updates Hungarian localization entries for newly introduced keys. |
| Sources/App/Resources/he.lproj/Localizable.strings | Adds/updates Hebrew localization entries for newly introduced keys. |
| Sources/App/Resources/fr.lproj/Localizable.strings | Adds/updates French localization entries for newly introduced keys. |
| Sources/App/Resources/fi.lproj/Localizable.strings | Adds/updates Finnish localization entries for newly introduced keys. |
| Sources/App/Resources/et.lproj/Localizable.strings | Adds/updates Estonian localization entries for newly introduced keys. |
| Sources/App/Resources/es.lproj/Localizable.strings | Adds/updates Spanish localization entries for newly introduced keys. |
| Sources/App/Resources/es-MX.lproj/Localizable.strings | Adds/updates Spanish (Mexico) localization entries for newly introduced keys. |
| Sources/App/Resources/es-ES.lproj/Localizable.strings | Adds/updates Spanish (Spain) localization entries for newly introduced keys. |
| Sources/App/Resources/el.lproj/Localizable.strings | Adds/updates Greek localization entries for newly introduced keys. |
| Sources/App/Resources/da.lproj/Localizable.strings | Adds/updates Danish localization entries for newly introduced keys. |
| Sources/App/Resources/cy-GB.lproj/Localizable.strings | Adds/updates Welsh (UK) localization entries for newly introduced keys. |
| Sources/App/Resources/ca-ES.lproj/Localizable.strings | Adds/updates Catalan localization entries for newly introduced keys. |
| Sources/App/Resources/bg.lproj/Localizable.strings | Adds/updates Bulgarian localization entries for newly introduced keys. |
Review details
- Files reviewed: 35/35 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Found 6 unused localization strings in the codebase. Click to see detailsTo remove them, run the |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5679 +/- ##
==========================================
+ Coverage 38.54% 38.56% +0.01%
==========================================
Files 1065 1065
Lines 75362 75362
==========================================
+ Hits 29045 29060 +15
+ Misses 46317 46302 -15 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Automatically created by zacwest.