Manage translations¶
Requirements¶
Qt Linguist tools are used to manage translations. Typically on Ubuntu:
sudo apt install qttools5-dev-tools
Workflow¶
Update
.ts
files:pylupdate5 -verbose menu_from_project/resources/i18n/plugin_translation.pro
Translate your text using QLinguist or directly into
.ts
files.Compile it:
lrelease menu_from_project/resources/i18n/*.ts