Eliminate meson deprecation
authorColin Clark <colin.clark@cclark.uk>
Sun, 5 May 2024 12:55:13 +0000 (13:55 +0100)
committerColin Clark <colin.clark@cclark.uk>
Sun, 5 May 2024 12:55:13 +0000 (13:55 +0100)
commit1af2349616203d18bc0a7d372df9b5a8cc90e927
treee611972312e4dccc08d2449bbd05b3c7d51d8a19
parent4eac85d5448c69a8d55ab66dd18a82e98a942c18
Eliminate meson deprecation

The feature '@0@'.format(name) was used - probably derived from:
https://github.com/mesonbuild/meson/issues/5273

This resulted in the warning:
DEPRECATION: Project uses feature that was always broken, and is now
deprecated since '1.3.0'

Rework meson.build files so that this feature is no longer used.
meson.build
po/meson.build
scripts/translators.sh