Skip to content

meson: Remove incorrect i18n.merge_file argument

Jean Felder requested to merge wip/jfelder/meson-i18n into master

The positional argument was being silently ignored until meson 0.60.0 where it returns a deprecation message: "DEPRECATION: i18n.merge_file does not take any positional arguments. This will become a hard error in the next Meson release."

See: https://github.com/mesonbuild/meson/issues/9441

Merge request reports