]> git.mdlowis.com Git - proto/labwc.git/commitdiff
po/meson.build: minor formatting
authortokyo4j <hrak1529@gmail.com>
Sat, 22 Jun 2024 21:46:16 +0000 (06:46 +0900)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sat, 22 Jun 2024 23:02:03 +0000 (01:02 +0200)
po/meson.build

index 708d4aad5fed6bbca8413f36216e928fe2d247de..bcc74cd3353f5458a1f21c41919711a31e5e29c4 100644 (file)
@@ -1,11 +1,18 @@
 i18n = import('i18n')
-add_project_arguments('-DGETTEXT_PACKAGE="' + meson.project_name() + '"',
+
+add_project_arguments(
+  '-DGETTEXT_PACKAGE="' + meson.project_name() + '"',
   '-DLOCALEDIR="' + get_option('prefix') / get_option('localedir') + '"',
-  language:'c')
-i18n.gettext(meson.project_name(),
-  args: ['--directory=' + source_root,
+  language:'c',
+)
+
+i18n.gettext(
+  meson.project_name(),
+  args: [
+    '--directory=' + source_root,
     '--add-comments=TRANSLATORS',
     '--keyword=_',
-    '--msgid-bugs=https://github.com/labwc/labwc/issues'],
-    preset: 'glib'
+    '--msgid-bugs=https://github.com/labwc/labwc/issues',
+  ],
+  preset: 'glib',
 )