From e92dae915d11b89691026541eecd7ca2c3071fa0 Mon Sep 17 00:00:00 2001 From: romeo Date: Mon, 20 Jul 2026 10:20:02 -0400 Subject: [PATCH] fix(l10n): add missing contact avatar strings to Italian locale it.lproj was added in a separate commit around the same time as #373 and was missed when the contacts.detail.avatar.* keys were backfilled to every other non-English locale. English placeholders, matching the pattern used for the other locales. --- .../Localization/it.lproj/Contacts.strings | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/MC1/Resources/Localization/it.lproj/Contacts.strings b/MC1/Resources/Localization/it.lproj/Contacts.strings index 440be29d..38448666 100644 --- a/MC1/Resources/Localization/it.lproj/Contacts.strings +++ b/MC1/Resources/Localization/it.lproj/Contacts.strings @@ -269,6 +269,24 @@ /* Location: ContactDetailView.swift - Purpose: Info section header */ "contacts.detail.info" = "Info"; +/* Location: ContactDetailView.swift - Purpose: Avatar edit menu title */ +"contacts.detail.avatar.chooseSource" = "Change Profile Picture"; + +/* Location: ContactDetailView.swift - Purpose: Avatar edit menu option to pick a photo from the photo library */ +"contacts.detail.avatar.choosePhoto" = "Choose Photo"; + +/* Location: ContactDetailView.swift - Purpose: Avatar edit menu option to pick an image file */ +"contacts.detail.avatar.chooseFile" = "Choose File..."; + +/* Location: ContactDetailView.swift - Purpose: Avatar edit menu option to remove the current photo */ +"contacts.detail.avatar.removePhoto" = "Remove Photo"; + +/* Location: ContactDetailView.swift - Purpose: VoiceOver suffix announced while a new profile picture is being saved */ +"contacts.detail.avatar.savingAnnouncement" = "Saving photo"; + +/* Location: ContactDetailView.swift - Purpose: Error shown when the picked file is not a valid image */ +"contacts.detail.avatar.invalidImage" = "That file could not be used as a profile picture."; + /* Location: ContactDetailView.swift - Purpose: Nickname label */ "contacts.detail.nickname" = "Soprannome";