Add localisation support

- Tested with Dutch and Chinese.
- Chinese translation courtesy of @YuzukiTsuru
This commit is contained in:
Floris Bos 2020-05-23 15:57:58 +02:00
parent 224ebebb04
commit 73b9ae764d
5 changed files with 702 additions and 3 deletions

6
i18n/translations.qrc Normal file
View file

@ -0,0 +1,6 @@
<RCC>
<qresource prefix="/i18n">
<file>rpi-imager_nl.qm</file>
<file>rpi-imager_zh_cn.qm</file>
</qresource>
</RCC>