Skip to content

Translate JSON files (supported nested structure) using MSTranslator service

License

Notifications You must be signed in to change notification settings

andorx/json-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-translator

Translate JSON files (supported nested structure) using MSTranslator service

Usage:

jsonTranslate(options), options param requires these properties:

  • clientId: Microsoft Translator App Id,
  • clientSecret: Microsoft Translator App Secret Key,
  • sourcePath: source file in JSON format,
  • targetPath: target to store translated json content,
  • fromLang: translate from language,
  • toLang: translate to language

TODO:

  • Multiple translator client support (Google Translate)
  • Guarantee the order of properties after translated

About

Translate JSON files (supported nested structure) using MSTranslator service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published