mololab / json-translator

jsontt 💡 - AI JSON Translator with GPT + other FREE translation modules to translate your json/yaml files into other languages ✅ Check Readme ✌ Supports GPT / DeepL / Google / Bing / Libre / Argos
https://mololab.org/jsontt/npm
MIT License
465 stars 60 forks source link

Cannot translate anymore #61

Closed And96 closed 3 months ago

And96 commented 3 months ago

immagine

//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 fr hi hr id it ja ko ne nl pl pt ro ru sk sq sv tr uk ur vi --fallback yes -cl 3 --module google

And96 commented 3 months ago

changing file encoding from UTF8-BOM to UTF8 solved the problem