Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 266 Bytes

TRANSLATE.md

File metadata and controls

11 lines (8 loc) · 266 Bytes

翻译说明

后续接入 weblate,暂时可以通过 fork 该项目,修改 po 文件

# 首次创建某个语言翻译 `zh_TW`
make TO_LANG=zh_TW po-init

# 更新翻译文件
make update-pot && make TO_LANG=zh_TW update-po