[gnome-logs] meson: Fix wrong po directory while merging translations
- From: Jonathan Kang <jonathankang src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-logs] meson: Fix wrong po directory while merging translations
- Date: Wed, 31 Jul 2019 06:49:41 +0000 (UTC)
commit fefe43b69dc6d6e255a320d8886693f01885cc14
Author: Jonathan Kang <jonathankang gnome org>
Date: Wed Jul 31 14:43:42 2019 +0800
meson: Fix wrong po directory while merging translations
data/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index afd3fe1..67df7fe 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -8,7 +8,7 @@ i18n.merge_file(
input : 'org.gnome.Logs.desktop.in',
output : 'org.gnome.Logs.desktop',
type : 'desktop',
- po_dir : 'po',
+ po_dir : po_dir,
install : true,
install_dir : join_paths(gl_datadir, 'applications')
)
@@ -16,7 +16,7 @@ i18n.merge_file(
i18n.merge_file(
input : 'org.gnome.Logs.appdata.xml.in',
output : 'org.gnome.Logs.appdata.xml',
- po_dir : 'po',
+ po_dir : po_dir,
install : true,
install_dir : join_paths(gl_datadir, 'metainfo')
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]