From 338c9a6d09feb961fcfefe0fadbf53b0ec3902a4 Mon Sep 17 00:00:00 2001 From: Trey t Date: Wed, 17 Dec 2025 13:22:59 -0600 Subject: [PATCH] Update localization strings for shared utilities refactoring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update cost format string to use pre-formatted currency - Add new localization entries for refactored components - Remove unused "Pros" string (renamed to "Contractors") 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- iosApp/iosApp/Localizable.xcstrings | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/iosApp/iosApp/Localizable.xcstrings b/iosApp/iosApp/Localizable.xcstrings index 2cdd29f..8546470 100644 --- a/iosApp/iosApp/Localizable.xcstrings +++ b/iosApp/iosApp/Localizable.xcstrings @@ -3,6 +3,9 @@ "strings" : { "" : { + }, + "*" : { + }, "%@" : { @@ -5252,6 +5255,10 @@ }, "Contractor Imported" : { + }, + "Contractors" : { + "comment" : "A tab label for the contractors section.", + "isCommentAutoGenerated" : true }, "contractors_add_button" : { "extractionState" : "manual", @@ -8893,8 +8900,8 @@ } } }, - "Cost: $%@" : { - "comment" : "A label displaying the cost of a task completion. The argument is the cost as a string.", + "Cost: %@" : { + "comment" : "A label displaying the cost of a task completion. The argument is the cost of the completion.", "isCommentAutoGenerated" : true }, "Create a strong password to secure your account" : { @@ -21535,10 +21542,6 @@ "comment" : "A fallback text that appears when the associated residence ID is not found in the user's residences. The placeholder number is replaced with the actual residence ID.", "isCommentAutoGenerated" : true }, - "Pros" : { - "comment" : "A tab label for the \"Pros\" section in the main tab view.", - "isCommentAutoGenerated" : true - }, "Quick Start" : { },