json-autotranslate icon indicating copy to clipboard operation
json-autotranslate copied to clipboard

Translate a folder of JSON files containing translations into multiple languages.

Results 31 json-autotranslate issues
Sort by recently updated
recently updated
newest added

[messages.zip](https://github.com/leolabs/json-autotranslate/files/8856398/messages.zip) [helper-messages.zip](https://github.com/leolabs/json-autotranslate/files/8856404/helper-messages.zip) Found 1 target language(s): -> es 🏭 Loading source files... ├── helper-messages.json (key-based) ├── messages.json (key-based) └── Done ✨ Initializing Azure... └── Done 🔍 Looking for key-value inconsistencies...

https://gist.github.com/ab1bc793fd801ebf3c125520229f0584 ``` 🔍 Looking for key-value inconsistencies in source files... ├── en.json contains 459 inconsistent key(s) └── Found key-value inconsistencies in 1 file(s). ```

Please support more target languages like "HR", "SR", ...

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

``` npx json-autotranslate -i locales -s google-translate -c traducciones-352415-79659df1c6f1.json Found 2 target language(s): -> ar, de 🏭 Loading source files... ├── helper-messages.json (key-based) ├── messages.json (key-based) └── Done ✨ Initializing...

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

i have en folder, and i need all languages options in locales folder...

Hi @leolabs, first, thank you for this wonderful library, it is really useful for projects that are translated into multiple languages. We are using plurals in our i18next project, something...

@leolabs Thanks for building this. This is a fantastic tool with excellent documentation and made my life a lot easier. But I did face an issue while using this tool....

Hello, thanks for making this amazing script. It helps us greatly to save so much time translating at [Tinkamo](https://tinkamo.com). I know this might be a big idea requiring more coding,...