tex2e / rfc-translater

RFCを翻訳するツール群 & 翻訳済みRFCサイト
https://tex2e.github.io/rfc-translater/html/
Other
190 stars 33 forks source link

非常棒,能把输出的语言设置为可配置吗 #38

Open segeter opened 2 years ago

segeter commented 2 years ago

比如我需要翻译成中文~

tex2e commented 2 years ago

Sorry, I don't understand Chinese.

segeter commented 2 years ago

oh, how to translate rfc into Chinese using your tool

tex2e commented 2 years ago

Modify the program in src/trans_rfc.py:

  1. Set the argument dest to 'cn' for all the method translate() in the Translator* class.
  2. Change the words in variable trans_rules from Japanese to Chinese, or make the variable to empty dictionary.