mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-22 01:45:21 +01:00
Mac OS X allows one to provide multiple preferred languages instead of one. Make sure that if is English is the "main" language, it does not go for one of the translations. Closes #81
7 lines
178 B
Text
7 lines
178 B
Text
<RCC>
|
|
<qresource prefix="/i18n">
|
|
<file>rpi-imager_en.qm</file>
|
|
<file>rpi-imager_nl.qm</file>
|
|
<file>rpi-imager_zh_cn.qm</file>
|
|
</qresource>
|
|
</RCC>
|