lokalise / lokalise-cli-2-go

Lokalise CLI v2
Other
108 stars 52 forks source link

Getting multiple files with `--original-filenames false` #14

Closed mkaplan9 closed 4 years ago

mkaplan9 commented 4 years ago

Using lokalise2 file download --format json --original-filenames false , I'm receiving two files for several locales (no_filename.json and ar.json for Arabic for instance). From the docs:

--original-filenames Enable to use original filenames/formats. If set to false all keys will be export to a single file per language (default true)
yarlson commented 4 years ago

@mkaplan9 Boolean parameters should be passed via = sign, so it should be --original-filenames=false. Have you tried it?

mkaplan9 commented 4 years ago

That fixed it, thank you!