🐛 Fixed missing translations
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Exec=/usr/bin/fuel
|
||||
Icon=/usr/share/icons/hicolor/256x256/apps/fuel.png
|
||||
Exec=Fuel
|
||||
Icon=fuel
|
||||
Terminal=false
|
||||
Name=Fuel
|
||||
GenericName=Software Configuration Management tool
|
||||
Comment=GUI Front-End to the Fossil SCM tool
|
||||
Categories=Qt;Development;RevisionControl
|
||||
Categories=Development;RevisionControl;
|
13
rsrc/languages.qrc
Normal file
13
rsrc/languages.qrc
Normal file
@ -0,0 +1,13 @@
|
||||
<RCC>
|
||||
<qresource prefix="/intl">
|
||||
<file>el_GR.qm</file>
|
||||
<file>de_DE.qm</file>
|
||||
<file>es_ES.qm</file>
|
||||
<file>fr_FR.qm</file>
|
||||
<file>ru_RU.qm</file>
|
||||
<file>pt_PT.qm</file>
|
||||
<file>it_IT.qm</file>
|
||||
<file>nl_NL.qm</file>
|
||||
<file>ko_KR.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
@ -156,19 +156,6 @@
|
||||
<file>icons/Zoom In-01.png</file>
|
||||
<file>icons/Zoom Out-01.png</file>
|
||||
</qresource>
|
||||
<!-->
|
||||
<qresource prefix="/intl">
|
||||
<file>intl/el_GR.qm</file>
|
||||
<file>intl/de_DE.qm</file>
|
||||
<file>intl/es_ES.qm</file>
|
||||
<file>intl/fr_FR.qm</file>
|
||||
<file>intl/ru_RU.qm</file>
|
||||
<file>intl/pt_PT.qm</file>
|
||||
<file>intl/it_IT.qm</file>
|
||||
<file>intl/nl_NL.qm</file>
|
||||
<file>intl/ko_KR.qm</file>
|
||||
</qresource>
|
||||
<-->
|
||||
<qresource prefix="/docs">
|
||||
<file>docs/Translators.txt</file>
|
||||
<file>docs/Licenses.txt</file>
|
||||
|
Reference in New Issue
Block a user