And when uploaded to Lokalise, it's stored in json instead of the plural being detected:
{"one":"Programme","other":"Programmes"}
I have other normal plurals (not nested in a module using the module/class_name: syntax) that are imported just fine, so this seems like an issue with nesting.
Whoops, nevermind. It only did that when my english (base language) file did not have plural values for the same key. Works as expected once I added them to en.yml.
I have a yaml structure like this:
And when uploaded to Lokalise, it's stored in json instead of the plural being detected:
I have other normal plurals (not nested in a module using the
module/class_name:
syntax) that are imported just fine, so this seems like an issue with nesting.Here's the command I'm running: