mololab / json-translator

jsontt 💡 - AI JSON Translator + other FREE translation modules to translate your json/yaml files into other languages ✅ Check Readme ✌
https://mololab.org/jsontt/npm
MIT License
427 stars 53 forks source link

feature request : instead of -- replace with original language string #44

Open agelospanagiotakis opened 9 months ago

agelospanagiotakis commented 9 months ago

it would be nice that instead of -- when a string is untranslated to replace with original language string and not the "--"

ParvinEyvazov commented 9 months ago

@agelospanagiotakis Wouldn`t that be hard to know which is translated and which is not if you have a big file?

My plan is to create an additional step after translating, which will detect these -- strings and try to translate them again using other sources.

agelospanagiotakis commented 9 months ago

you are free to implement whatever you see fit for your project. another nice idea would be to change the -- to whatever your users need ... it might be as well an empty placeholder

ParvinEyvazov commented 9 months ago

Right, that would also be a good idea. @agelospanagiotakis

Thank you for suggestion. I am adding it to roadmap.