jbukuts/markdown-translate

[Share] i18n.site , I write another MarkDown Command-line translation tool

Opened this issue · 0 comments

After more than half a year of development, https://i18n.site has come online.

Currently, two open source command-line tools have been implemented:

  • i18: MarkDown Command-line translation tool
  • i18n.site: Multi-language static document site generator, optimized for the reading experience

Translation can perfectly maintain the format of Markdown. It can identify file modifications and only translate files with changes.

The translation is editable; if you modify the original text and machine-translate it again, the manual modifications to the translation will not be overwritten (if this paragraph of the original text has not been modified).

SEE MORE IN → https://i18n.site

The code is open source and the command line is written in rust ( https://github.com/i18n-site/rust )