Skip to content

Commit ee1f091

Browse files
committed
nemo-share: Add the prefix to the locale folder location.
Translations weren't being picked up.
1 parent 8ddacc2 commit ee1f091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo-share/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ config.set_quoted('INTERFACES_DIR', get_option('prefix') / interfaces_dir)
3838

3939
gettext_package = meson.project_name()
4040
config.set_quoted('GETTEXT_PACKAGE', gettext_package)
41-
config.set_quoted('NEMO_SHARE_LOCALEDIR', get_option('localedir'))
41+
config.set_quoted('NEMO_SHARE_LOCALEDIR', get_option('prefix') / get_option('localedir'))
4242
config.set_quoted('PKGDATADIR', get_option('prefix')/get_option('datadir')/meson.project_name())
4343

4444
add_project_arguments('-DG_LOG_DOMAIN="Nemo-Share"', language: 'c')

0 commit comments

Comments
 (0)