Customize download format

Hello there,

I would love to have a feature allowing (through the dashboard or a CLI option) to customize downloaded files format.

In my case, I’m using Nuxt with .js files, and the Localazy CLI to upload/download.
I have a very strict ESLint in my project and the formatted downloaded files doesn’t fit my rules (.
So I need to fix/lint them manually, before I’m able to commit my new translations.

The idea would be to be able to directly download “correctly formatted” files, by adding settings on the dashboard (by giving a file with ESLint rules) or with the CLI (by giving a --eslint ./eslintrc.js option).

Thanks! :slight_smile:

Hello,

if there is a pre/post-processing needed, it’s usually the best way to use our CLI as a part of a script/pipeline.

You can run the formatter right after our CLI to reformat the downloaded files.

This is actually a very common scenario - downloaded files are joined with fixed translations, compiled, etc.