I've defined pluralized strings using the .stringsdict format as referenced here.
I'm using XCode's "Editor > Export for Localization.." option to create XLIFF files suitable for translators and translation software, but the strings defined in Localizable.stringsdict
don't get exported to the XLIFF file.
How is it possible to export these plural forms into the XLIFF format - get them translated - and import them back into the project?
I'm aware that XLIFF has no native plural markup, but the format is extensible so I don't see why it wouldn't be possible.