Translate plural iOS SDK

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?

@janbilek Can you have a look at this?

Is it possible that there is some issue with using the plural keys?