Array with length of one does not download as array

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}"
  }
}
1 Like

Thanks for reporting it. I will have a look at it.

Hello, any updates on this bug?

I raised the priority for it since it was a bit deeper in the backlog. I will investigate it this or next week.

This issue should be fixed. It may be necessary to upload the source language file to get the data correctly imported.

Thank you very much.

1 Like