Skip to content

Commit 4a69633

Browse files
bragefuglsethrafaelmardojai
authored andcommitted
build: Use correct po directory for info files
Since the relevant PO files are located in the /ui subdirectory of the po submodule, Meson needs to be told to look for translation files there.
1 parent 9353b8f commit 4a69633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/meson.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ desktop_file = i18n.merge_file(
99
),
1010
output: '@[email protected]'.format(application_id),
1111
type: 'desktop',
12-
po_dir: '../po',
12+
po_dir: '../po/ui',
1313
install: true,
1414
install_dir: join_paths(get_option('datadir'), 'applications')
1515
)
@@ -31,7 +31,7 @@ appstream_file = i18n.merge_file(
3131
configuration: appdata_conf
3232
),
3333
output: '@[email protected]'.format(application_id),
34-
po_dir: '../po',
34+
po_dir: '../po/ui',
3535
install: true,
3636
install_dir: join_paths(get_option('datadir'), 'metainfo')
3737
)

0 commit comments

Comments
 (0)