All Articles

I18n Auto Translation Tools

  1. VSCode Google translate tool: https://marketplace.visualstudio.com/items?itemName=funkyremi.vscode-google-translate&ssr=false#overview

    Free.

    It doesn’t work on every word. And it might get a 403 error code occationally.

  2. Google translate API: https://cloud.google.com/translate/pricing?hl=zh-cn

    Subscription fee.

    It could integrate with multiple VSCode extensions and Node modules such as: https://marketplace.visualstudio.com/items?itemName=JeffJorczak.auto-translate-json

  3. Online JSON translator: https://file-translate.com/en/app/json-translate

    Free for 3000 characters.

    Allow to download the translated json file.

  4. Belows support translating one sentense into multiple languages only

Published May 6, 2021

Personal blog. I share frontend development technique and life.