Tag: xliff

Android XML百分比符号

我有一个使用%符号的string数组。 正确的格式使用%是% 。 当我有一个string在该数组与多个% 它给了我这个错误。 Multiple annotations found at this line: – error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute? – error: Found tag </item> where </string-array> is expected

NSLocalizedString与swiftvariables

我试图使用NSLocalizedString本地化我的应用程序。 当我导入XLIFF文件时,大多数工作像一个魅力,但一些不这样做,一些string没有本地化。 我注意到,问题是从NSLocalizedString里面包含一些variables,如: NSLocalizedString(" – \(count) Notifica", comment: "sottotitolo prescrizione per le notifiche al singolare") 要么 NSLocalizedString("Notifica per \(medicina!) della prescrizione \(prescription!)\nMemo: \(memoTextView.text)", comment: "Messaggio della Local Notification") 也许这不是这种东西的正确语法。 有人可以解释我如何迅速做到这一点? 非常感谢你。