SimonXIX / Markdown_translation

a script and Docker environment for running automated open source translations of batches of Markdown files using LibreTranslate
GNU Affero General Public License v3.0
6 stars 1 forks source link

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

Open i18nsite opened 2 months ago

i18nsite commented 2 months ago

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

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

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 )