Skip to content

meson: add gettext support

Marvin Scholz requested to merge ePirat/vlc:epirat-feat-meson-gettext into master

While runtime gettext support was already working, this adds the missing piece of build integrations.

With these changes, three new targets are now available to manage translation files:

  • vlc-pot: Regenerates the .pot files using xgettext
  • vlc-update-po: Regenerates the .po files from the current .pot files
  • vlc-gmo: Builds (but not installs) the translations

Merge request reports