[gnote/meson] Use custom translation for fixedwidth
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote/meson] Use custom translation for fixedwidth
- Date: Sun, 4 Apr 2021 12:07:04 +0000 (UTC)
commit 7e01a2b926063db3b595f46c44e015ab2aab1ae3
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sun Apr 4 14:54:02 2021 +0300
Use custom translation for fixedwidth
src/addins/fixedwidth/meson.build | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/addins/fixedwidth/meson.build b/src/addins/fixedwidth/meson.build
index c48ecd11..5e97e036 100644
--- a/src/addins/fixedwidth/meson.build
+++ b/src/addins/fixedwidth/meson.build
@@ -6,12 +6,11 @@ configured_desktop_file = configure_file(
configuration: addin_conf,
)
-i18n.merge_file(
+custom_target(
desktop_file,
- type: 'desktop',
input: configured_desktop_file,
output: desktop_file,
- po_dir: '../../../po',
+ command: msgfmt_plugin_cmd,
install: true,
install_dir: addins_install_dir,
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]