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