Hi, I’m trying to export an ARB file with the changed locale per the docs.
I’ve tried setting up the config via the Settings page on the web and also via CLI and the yml config file. The change in the locale is only applied for the file name but it’s not applied inside the exported .arb file:
{
"@@locale": "me",
...
}
And the CLI config has:
"project_id": "."
"api_token": "."
"base_path": "."
"base_url": "https://api.crowdin.com"
"preserve_hierarchy": true
files: [
{
"source": "/l10n/app_en.arb",
"translation": "/l10n/app_%two_letters_code%.arb",
"language_mapping": {
"locale": {
"me": "cnr",
}
}
}
]