d9a90f44f3
This change brings translation support to the tsMuxeR GUI. We have a Russian translation available so far, thanks to @abakum. The last selected translation is saved in the settings file and restored at the application's next startup. The currently used language is selectable by a combo box in the lower left corner of the window.
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
<!DOCTYPE RCC><RCC version="1.0">
|
|
<qresource prefix="i18n">
|
|
<file alias="tsmuxergui_en.qm">tsmuxergui_en.qm</file>
|
|
<file alias="tsmuxergui_ru.qm">tsmuxergui_ru.qm</file>
|
|
</qresource>
|
|
</RCC>
|