mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
clapper-app: Add do not translate desktop app name comment
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
[Desktop Entry]
|
||||
# Translators: Do NOT translate app name!
|
||||
Name=Clapper
|
||||
GenericName=Multimedia Player
|
||||
Comment=Play videos and music
|
||||
|
@@ -39,7 +39,7 @@ if is_linux
|
||||
type: 'desktop',
|
||||
po_dir: '../po',
|
||||
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)
|
||||
if desktop_utils.found()
|
||||
|
Reference in New Issue
Block a user