Skip to content

Commit

Permalink
Localize autostart.desktop (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed May 11, 2024
1 parent 039cde7 commit 88781f2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions data/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
install_data(
'autostart.desktop',
install_dir: datadir / 'applications',
rename: meson.project_name() + '.desktop'
i18n.merge_file(
input: 'autostart.desktop',
output: meson.project_name() + '.desktop',
po_dir: meson.project_source_root() / 'po',
type: 'desktop',
install: true,
install_dir: datadir / 'applications'
)

fs = import('fs')
Expand Down

0 comments on commit 88781f2

Please sign in to comment.