要跑範例必須要先完成 ODF API Server 的建置詳情請參考ODF文件API工具
pip install -r requirements.txt
或是
conda install --yes --file requirements.txt
python server.py
ODF API 的網址修改只需要到 conf/odfapi.py
, 修改後面的網址(這邊採用的網址都是 JSON API)
{
'履歷表生成範例':'http://192.168.3.186:9980/lool/merge-to/10db8056-a485-11e9-8e17-080027f6714d',
'報價單生成範例':'http://192.168.3.186:9980/lool/merge-to/1c934f06-a48c-11e9-8e17-080027f6714d',
}
- Scan all html
pybabel extract -F babel.cfg -o messages.pot .
- Update
pybabel update -l zh_TW -d ./locales -i messages.pot
pybabel update -l en -d ./locales -i messages.pot
-
Translation the relative language
-
Compile
pybabel compile -f -d ./locales