How i can translate plural from localazy iOS SDK?
Now i get plural in this string - NSLocalizedString(“PLURAL_DATE”, comment: “”)
If i try write “PLURAL_DATE”.localazyLocalized, i don’t get translate.
If i try write NSLocalizedString(“PLURAL_DATE”, comment: “”).localazyLocalized, i don’t get translate.
How i can’t get translate plural from localazy iOS SDK?