Hi there.
I’m trying to tell Localazy that (with the CLI) I’m uploading a JSON file with the vuei18n plural convention.
I saw this documentation: CLI: File Format - JSON | Localazy Docs
But I can’t figure out how to manage the vuei18n plural convention (described here Pluralization | Vue I18n).
In my strings I have (sample json file):
{
"some": {
"pluralized": {
"string": "{num} element | {num} elements"
}
}
}
Does anybody know which is the file format I need to set in the upload > features array of the localazy.json
file?
Thank you!
Matteo