Skip to content

Commit 092b767

Browse files
authored
added localisation
1 parent e07dbdc commit 092b767

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

EnvyControl Qt.dekstop

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
[Desktop Entry]
2-
Type=Application
3-
Name=EnvyControl
4-
Exec=python3 /full path to the script/envycontrol_qt.py
5-
Icon=/full path to the icon/envycontrol.png
2+
GenericName=EnvyControl
3+
GenericName[ru]=EnvyControl
4+
GenericName[es_ES]=EnvyControll
5+
GenericName[en]=EnvyControl
6+
7+
Comment[ru]=Управление переключением ГП
8+
Comment=Control del cambio de GPU
9+
Comment[es]=Control del cambio de GPU
10+
Comment[en]=GPU switch control
11+
12+
Exec=python3 /home/USER/path-to-the-folder/EnvyControl-PyQt-main/main/envycontrol_qt.py
13+
14+
Icon=/home/USER/path-to-the-folder/EnvyControl-PyQt-main/main/envycontrol.png
15+
MimeType=
16+
Path=
17+
StartupNotify=true
618
Terminal=false
19+
TerminalOptions=
20+
Type=Application
721
Categories=Utilities;
8-
Comment=GPU switch control
22+
X-KDE-SubstituteUID=false
23+
X-KDE-Username=

0 commit comments

Comments
 (0)