summaryrefslogtreecommitdiff
path: root/po/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'po/meson.build')
-rw-r--r--po/meson.build6
1 files changed, 2 insertions, 4 deletions
diff --git a/po/meson.build b/po/meson.build
index 05bb600..87704d4 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -12,10 +12,8 @@ potfiles = configure_file(
}),
)
-update_potfile = run_target('@0@-potfiles'.format(application_name), command: files('scripts/potfiles.py'))
-gettext_deps = i18n.gettext(application_name, preset: 'glib', args: [
+run_target('@0@-potfiles'.format(application_name), command: files('scripts/potfiles.py'))
+i18n.gettext(application_name, preset: 'glib', args: [
'--copyright-holder=JaduPc Ltd.',
'--msgid-bugs-address=bugs+translations@jadupc.com'
],)
-
-alias_target('update-translations', update_potfile, gettext_deps[2])