Browse Source

增加机器翻译工具。

liuyuqi-dellpc 5 years ago
parent
commit
98cab21b11

+ 0 - 0
translate_md/lib/__init__.py


+ 13 - 0
translate_md/lib/bing_translate.py

@@ -0,0 +1,13 @@
+#!/usr/bin/env python
+# -*- encoding: utf-8 -*-
+'''
+@File    :   bing_translate.py
+@Time    :   2019/07/05 14:50:23
+@Author  :   Liuyuqi 
+@Version :   1.0
+@Contact :   liuyuqi.gov@msn.cn
+@License :   (C)Copyright 2019
+@Desc    :   bing 翻译 API
+'''
+
+

+ 0 - 0
translate_md/lib/google_translate.py


+ 12 - 0
translate_md/main.py

@@ -0,0 +1,12 @@
+#!/usr/bin/env python
+# -*- encoding: utf-8 -*-
+'''
+@File    :   main.py
+@Time    :   2019/07/05 14:49:04
+@Author  :   Liuyuqi 
+@Version :   1.0
+@Contact :   liuyuqi.gov@msn.cn
+@License :   (C)Copyright 2019
+@Desc    :   将 www\docs\zh-cn2 下面的 markdown 文档翻译成中文。
+'''
+