mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
clapper-app: Add do not translate desktop app name comment
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
|
# Translators: Do NOT translate app name!
|
||||||
Name=Clapper
|
Name=Clapper
|
||||||
GenericName=Multimedia Player
|
GenericName=Multimedia Player
|
||||||
Comment=Play videos and music
|
Comment=Play videos and music
|
||||||
|
@@ -39,7 +39,7 @@ if is_linux
|
|||||||
type: 'desktop',
|
type: 'desktop',
|
||||||
po_dir: '../po',
|
po_dir: '../po',
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: join_paths(prefix, datadir, 'applications')
|
install_dir: join_paths(prefix, datadir, 'applications'),
|
||||||
)
|
)
|
||||||
desktop_utils = find_program('desktop-file-validate', required: false)
|
desktop_utils = find_program('desktop-file-validate', required: false)
|
||||||
if desktop_utils.found()
|
if desktop_utils.found()
|
||||||
|
Reference in New Issue
Block a user