simeononsecurity / glotta

Translate Hugo markdown file content and create index bundles
https://simeononsecurity.com/other/glotta-streamlining-hugo-text-translation-for-global-reach/
MIT License
2 stars 2 forks source link

[Share] i18n.site , I write another MarkDown Command-line translation tool , support hugo yaml header #36

Open i18nsite opened 3 months ago

i18nsite commented 3 months ago

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

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 )


i18n.site · MarkDown 翻译、建站工具

经过大半年的开发,https://i18n.site 上线了。

目前,实现了两个开源的命令行工具:

翻译,能完美保持Markdown的格式。能识别文件修改,只译有改动的文件。

译文可编辑;修改原文,再次机器翻译时,不会覆盖译文的人工修改(如果原文此段未修改)。