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

jsontt 💡 - FREE simple CLI to translate your json files into other languages ✅ Check Readme ✌

Results 30 json-translator issues
Sort by recently updated
recently updated
newest added

![immagine](https://github.com/mololab/json-translator/assets/42185838/b073e1bc-78d1-4329-a274-212dea3c54a3) //simple file json to translate ``` { "Font Size": "Font Size", "Dimensions": "Dimensions" } ``` //command `jsontt "Z:\Archivio\Dev\WebDev\json-translator\en.json" --from en --to az bn cs da de el es et...

When using the cli you can use `-m` to set the translation module. But when using the package eg: ``` let es_lang = await translator.translateObject( en_lang, translator.languages.English, translator.languages.Spanish ); ```...

enhancement

support java i18n properties (also called ResourceBundle)

## Description This PR adds support for DeepL Pro API by making the API URL configurable through an environment variable. Previously, the URL was hardcoded to the Free API endpoint,...

Hello, Cool project ! The translations fails when we use a Deepl API pro key because the deepl api url is hardcoded to deepl api free url: - Deepl API...

error while translating "Looking" using gpt-3.5-turbo. Assigned "--" instead of exit from cli. I installed the api user key and it still doesn't work. How to solve the problem? Is...

## Description When translating a file containing an array structure multiple times, the array size increases in the translated output file instead of maintaining the original structure or skipping already...

1 Type Checking and Enum Validation 2 Error Handling 3 Code Simplification 4 Type Definitions

**Description** Provide congratulatory messages when a new contributor submits their first and second PRs or more. **Solution Proposed** This PR introduces a new GitHub Action that automatically posts a comment...

Provide an option to skip translation of keys if it's already present in output file. This is useful if there are so many keys in the input file and most...