No description
Find a file
2025-08-05 22:55:16 +08:00
bin Fix config bug, finished Baidu and Tencent translate for text. 2025-07-07 20:21:54 +08:00
lib Confirmed for multi files, and add readme. 2025-08-05 22:51:21 +08:00
.gitignore Text translate by Tencent. 2025-06-29 21:00:26 +08:00
LICENSE Add License 2025-06-29 21:06:19 +08:00
Makefile.PL Translate foled(untested!) 2025-07-26 21:08:01 +08:00
README.adoc For hightlighter. 2025-08-05 22:55:16 +08:00

Translator —— 一个Perl语言写的快速翻译工具

依赖

  • Perl v5.26 (虽然没必要,但是也不希望你还在用更远古的)

    • JSON::MaybeXS

    • Data::Random

    • Path::Tiny

  • make

安装

perl Makefile.PL
make
make install

使用

  • 配置文件为 ~/.config/Translator.json

  • 格式为

{
    "Default": "Baidu",
    "Tencent": {
        "ID": "",
        "Key": ""
    },
    "Baidu": {
        "ID": "",
        "Key": ""
    },
    "File":["md","adoc"]
}