I have defined “Developer english” and one more language in the portal and when i run localazy download it creates a xx.json and a tr.json (turkish) file, but both files only contain one entry. There is 113 source keys in the portal and they are all active.
It seems extremely counterintuitive that all the keys are not downloaded - why is this even possible?
How can i fix this?
This is the localazy.json file;
{
“writeKey”: “REMOVED”,
“readKey”: “REMOVED”,
“upload”: {
“type” : “json”,
“files”: “translations/xxa.json”
},
“download”: {
“files”: “translations/${lang}.json”,
“includeSourceLang”: true
},
“conversion”: {},
“transformations”: []
}
EDIT:
I do not know if this is related but i get this warning in the cli - which i do not understand what means - could it be related?
Performing file format conversions…
=========== WARNING, FILES OVERWRITTEN ============
You are attempting to store several downloaded files to the same target file.
This is usually undesired behavior caused by misconfigured download section.
Problem detected for translations/tr.json
being target for:
- lang=tr, file=file.json, type=json
- lang=tr, file=en.json, type=json
- lang=tr, file=xxa.json, type=json
Problem detected for translations/xxa.json
being target for:
- lang=xxa, file=file.json, type=json
- lang=xxa, file=en.json, type=json
- lang=xxa, file=xxa.json, type=json