On my app I've added Spanish recently as a localization. English is marked as the development language, and Use Base Internationalization is checked. The app uses custom push notifications, so there's an ServiceNotification target that has this line in it:
NSLocalizedString("No winnings on this drawing. ", comment: "Push notification message saying this drawing didn't win anything.")I've had two different customers contact me now saying they are seeing the Spanish localization of this when the push notification comes through. What in the world is going on? This is the contents of my ServiceNotification extension:
% ls -R Info.plist ServiceNotification.entitlements NotificationService.swift es-MX.lproj/ ./es-MX.lproj: InfoPlist.strings Localizable.strings