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

How can I include in my translation Amazon Translate custom terminologies? Should I do something in my config file?

Problem: Google-translate service reaches the rate limit, and translation fails with the following error: ``` An error has occurred: User Rate Limit Exceeded Error: User Rate Limit Exceeded ``` How...

This package exhibits inaccurate caching behavior when the command is executed across multiple directories containing translation files with identical names. **Steps to Reproduce:** 1. Execute the command `json-autotranslate -i src/translations/a;...

DeepL allows you to specify a glossary ID. Could you please add this feature?

I have a similar problem to the OP here https://github.com/leolabs/json-autotranslate/issues/88. To reproduce, you need two folders which share a cache, e.g. in one project locales/en.json locales/de.json errors/en.json errors/de.json for each...

When I try to add a new language, I get the error "Unexpected end of JSON input". I have an English source and a German translation in en.json and de.json...

This allows to have a glossary defined for some, but not all languages.

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 4.4.1 and updates ancestor dependency [@aws-sdk/client-translate](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-translate). These dependencies need to be updated together. Updates `fast-xml-parser` from 4.2.5 to 4.4.1 Changelog Sourced from fast-xml-parser's changelog. Note: If you...

dependencies

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies

I'm performing translations via DeepL Free API. Here is the command: ``` npx json-autotranslate --source-language de --directory-structure ngx-translate --type key-based --decode-escapes --service deepl-free --config API_KEY ``` I have a `de.json`...