Skip to content

Modernize i18n

Guido Berhörster requested to merge personal/gberh/modernize-i18n into main

Use gettext instead of the obsolete intltools. Use LINGUAS and POTFILES.in files following the autotools convention rather than using recursive globbing which often inadvertently picks up build and packaging artifacts.

Merge request reports