Skip to content

fix(l10n): add missing contact avatar strings to Italian locale#375

Closed
romeomont wants to merge 1 commit into
Avi0n:devfrom
romeomont:fix/italian-avatar-locale
Closed

fix(l10n): add missing contact avatar strings to Italian locale#375
romeomont wants to merge 1 commit into
Avi0n:devfrom
romeomont:fix/italian-avatar-locale

Conversation

@romeomont

Copy link
Copy Markdown

Description

Adds the five contacts.detail.avatar.* localization keys (from #373) to the Italian (it.lproj) locale.

Overview of Changes

it.lproj/Contacts.strings was added in a separate commit around the same time #373 was in review. When #373 backfilled the avatar strings to every non-English locale per review feedback, it didn't exist yet in the branch it was based on, so it was missed. This adds the same English-placeholder keys already present in de, es, fr, nl, pl, ru, uk, and zh-Hans.

  • MC1/Resources/Localization/it.lproj/Contacts.strings: added contacts.detail.avatar.chooseSource, .choosePhoto, .chooseFile, .removePhoto, .savingAnnouncement, .invalidImage, matching the placement and English-placeholder pattern used in the other locale files.

Testing

  • xcodebuild build -project MC1.xcodeproj -scheme MC1 -destination 'platform=iOS Simulator,name=iPhone 17e,OS=26.5'BUILD SUCCEEDED
  • swiftlint lint — 0 violations
  • swiftformat --lint --strict . — clean

Tested on

  • iOS 26.5 (Simulator, build only — this is a strings-only change)
  • iPadOS
  • macOS

Checklist

  • This PR is small enough not to need prior discussion (missing-locale-keys fix, same pattern already approved in Add contact profile pictures #373)
  • I have read CONTRIBUTING.md
  • Testing steps are documented above.
  • This change is not low effort and I took the time to test it

it.lproj was added in a separate commit around the same time as Avi0n#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.
@Avi0n

Avi0n commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Sorry for that review comment on 373, I quickly deleted it because I decided to add it on my own after merge. I had just pushed commit d9e76ac to address this, so I'll close this PR. Thanks again for your contributions on 373 and 374!

@Avi0n Avi0n closed this Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants