We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963bad4 commit d9e89dcCopy full SHA for d9e89dc
1 file changed
flatpak/com.github.vikdevelop.timer.desktop
@@ -1,13 +1,19 @@
1
[Desktop Entry]
2
Name=Timer
3
-Name[cs]=Časovač # from translations/cs.py
4
-Name[it]=Timer # from translations/it.py
5
-Name[ru]=Таймер # from translations/ru.py
+# from translations/cs.py
+Name[cs]=Časovač
+# from translations/it.py
6
+Name[it]=Timer
7
+# from translations/ru.py
8
+Name[ru]=Таймер
9
Type=Application
10
Icon=com.github.vikdevelop.timer
11
Comment=Simple timer
-Comment[cs]=Jednoduchý Časovač # from translations/cs.py
-Comment[it]=Timer semplice # from translations/it.py
-Comment[ru]=Простой таймер # from translations/ru.py
12
13
+Comment[cs]=Jednoduchý Časovač
14
15
+Comment[it]=Timer semplice
16
17
+Comment[ru]=Простой таймер
18
Exec=timer.sh
19
Categories=Utilities
0 commit comments