If I upload an array with length of 1, translate and download, it is a string instead of a array with one entry.
my config.
{
"upload": {
"type": "json",
"files": "src/i18n/locales/en/*.json",
"deprecateMissing": true,
"features": ["array", "filter_untranslated", "plural_postfix_us"]
},
"download": {
"metadataFileJson": "src/i18n/locales/locales.json",
"files": "src/i18n/locales/${lang}/${file}"
}
}