mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-22 09:55:19 +01:00
Add localisation support
- Tested with Dutch and Chinese. - Chinese translation courtesy of @YuzukiTsuru
This commit is contained in:
parent
224ebebb04
commit
73b9ae764d
5 changed files with 702 additions and 3 deletions
6
i18n/translations.qrc
Normal file
6
i18n/translations.qrc
Normal file
|
@ -0,0 +1,6 @@
|
|||
<RCC>
|
||||
<qresource prefix="/i18n">
|
||||
<file>rpi-imager_nl.qm</file>
|
||||
<file>rpi-imager_zh_cn.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
Loading…
Add table
Add a link
Reference in a new issue