add translations to resources

fix plasmoid icon
This commit is contained in:
arcan1s 2014-09-21 14:28:58 +04:00
parent b199b43f58
commit d41a34673b
3 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[Global] [Global]
IconName=netctl-gui IconName=netctl-gui-widget
Name=Netctl plasmoid Name=Netctl plasmoid
Comment=Netctl plasmoid popups Comment=Netctl plasmoid popups

View File

@ -2,6 +2,7 @@
<qresource> <qresource>
<!-- helper translations --> <!-- helper translations -->
<file>translations-helper/en.qm</file> <file>translations-helper/en.qm</file>
<file>translations-helper/ja.qm</file>
<file>translations-helper/ru.qm</file> <file>translations-helper/ru.qm</file>
<!-- pony <3 --> <!-- pony <3 -->
<file>pinkiepie</file> <file>pinkiepie</file>

View File

@ -2,6 +2,7 @@
<qresource> <qresource>
<!-- gui translations --> <!-- gui translations -->
<file>translations/en.qm</file> <file>translations/en.qm</file>
<file>translations/ja.qm</file>
<file>translations/ru.qm</file> <file>translations/ru.qm</file>
<!-- icons --> <!-- icons -->
<file>icon.png</file> <file>icon.png</file>