Optimize JSON File Translation with Leolabs' json-autotranslate Tool


Summary of my bookmarked Github repositories from Feb 5th, 2022

Github repositories

  • leolabs/json-autotranslate

    json-autotranslate is a useful tool for translating multiple JSON files in a locale folder into different languages. It supports various translation services such as Google Translate, DeepL, Azure Translator, Amazon Translate, or manual translation. The tool improves performance by not translating strings that have already been translated. It also handles interpolations by replacing them with placeholders to avoid translation errors. The installation can be done with either Yarn or npm, and usage examples are provided for different translation scenarios. The tool offers customization options for directory structure, file structure, services, matchers, and more. Contributions to the project are welcome.