build: Drop incorrect positional arg

Unlike other targets that take a name, i18n.merge_file() does not.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2078>
This commit is contained in:
Florian Müllner
2021-12-23 17:18:16 +01:00
committed by Marge Bot
parent 920714008c
commit 65450a836e
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ template_metas = [
]
template_deps = []
foreach template : template_metas
template_deps += i18n.merge_file(template,
template_deps += i18n.merge_file(
input: template + '.in',
output: template,
po_dir: po_dir,