Ich versuche, meine App mit NSLocalizedString zu lokalisieren. Wenn ich die XLIFF-Datei importiere, funktioniert das meiste wie ein Zauber, aber etwas nicht und einige Zeichenfolgen sind nicht lokalisiert. Ich habe festgestellt, dass das Problem von NSLocalizedString herrührt, das etwas Variables enthält, wie:
NSLocalizedString(" - \(count) Notifica", comment: "sottotitolo prescrizione per le notifiche al singolare")
oder
NSLocalizedString("Notifica per \(medicina!) della prescrizione \(prescription!)\nMemo: \(memoTextView.text)", comment: "Messaggio della Local Notification")
Vielleicht ist dies nicht die richtige Syntax für solche Sachen. Kann mir jemand erklären, wie man das schnell macht? Vielen Dank.