Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Project update

Liang Bo Wang edited this page Dec 10, 2015 · 6 revisions

自 Transifex 下載新的翻譯字串

使用 Transifex client。 首先要把帳號、密碼存在 ~/.transifexrc 中(token 留白即可),

[https://www.transifex.com]
hostname = https://www.transifex.com
token =
username = <YOUR USERNAME>
password = <YOUR PASSWORD>

接著在 Doc/ 目錄,自 Transifex 更新本地的翻譯字串。

$ tx pull -l zh-Hant
$ tx pull -l zh-Hant -r "python-35-tw.tutorial--*"  # only tutorial/* docs

加入版本控制。

$ hg add locale/zh-Hant
$ hg commit locale/zh-Hant
Clone this wiki locally