Skip to content

Commit

Permalink
Do not translate the Greeter session file
Browse files Browse the repository at this point in the history
  • Loading branch information
tintou committed Aug 27, 2024
1 parent c106a63 commit fe22cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ Name=Pantheon Greeter
Comment=Pantheon Greeter
Exec=@PROJECT_NAME@-compositor
Type=Application
X-Ubuntu-Gettext-Domain=@GETTEXT_PACKAGE@
Name[en_US]=@PROJECT_NAME@
11 changes: 2 additions & 9 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,11 @@ install_data(
)

desktop_in = configure_file (
input: meson.project_name() + '.desktop.in.in',
output: meson.project_name() + '.desktop.in',
configuration: conf_data
)

i18n.merge_file (
input: desktop_in,
input: meson.project_name() + '.desktop.in',
output: meson.project_name() + '.desktop',
install: true,
install_dir: join_paths(get_option('datadir'), 'xgreeters'),
po_dir: join_paths(meson.project_source_root (), 'po'),
type: 'desktop'
configuration: conf_data
)

i18n.merge_file(
Expand Down

0 comments on commit fe22cdf

Please sign in to comment.