Skip to content

Commit 6d6cb33

Browse files
authored
Do not translate the Greeter session file (#751)
1 parent c106a63 commit 6d6cb33

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ Name=Pantheon Greeter
33
Comment=Pantheon Greeter
44
Exec=@PROJECT_NAME@-compositor
55
Type=Application
6-
X-Ubuntu-Gettext-Domain=@GETTEXT_PACKAGE@
7-
Name[en_US]=@PROJECT_NAME@

data/meson.build

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,11 @@ install_data(
99
)
1010

1111
desktop_in = configure_file (
12-
input: meson.project_name() + '.desktop.in.in',
13-
output: meson.project_name() + '.desktop.in',
14-
configuration: conf_data
15-
)
16-
17-
i18n.merge_file (
18-
input: desktop_in,
12+
input: meson.project_name() + '.desktop.in',
1913
output: meson.project_name() + '.desktop',
2014
install: true,
2115
install_dir: join_paths(get_option('datadir'), 'xgreeters'),
22-
po_dir: join_paths(meson.project_source_root (), 'po'),
23-
type: 'desktop'
16+
configuration: conf_data
2417
)
2518

2619
i18n.merge_file(

0 commit comments

Comments
 (0)