[tali] Remove incorrect i18n.merge_file argument



commit 1bebf6cb99403260603f3da385c8107196da671a
Author: rvalue <i rvalue moe>
Date:   Tue Nov 16 05:56:26 2021 +0000

    Remove incorrect i18n.merge_file argument

 data/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 9e10664..c842ee8 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -22,7 +22,7 @@ install_data ([ 'gnome-dice-1.svg',
 install_data (project_id + '.gschema.xml',
               install_dir: join_paths (datadir, 'glib-2.0', 'schemas'))
 
-desktop_file = i18n.merge_file ('desktop-file',
+desktop_file = i18n.merge_file (
                  input: project_id + '.desktop.in',
                  output: project_id + '.desktop',
                  install: true,
@@ -41,7 +41,7 @@ if desktop_file_validate.found()
   )
 endif
 
-appdata_file = i18n.merge_file ('appdata-file',
+appdata_file = i18n.merge_file (
                  input: project_id + '.appdata.xml.in',
                  output: project_id + '.appdata.xml',
                  install: true,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]