Skip to content
Snippets Groups Projects
Forked from VideoLAN / VLC
Source project has a limited visibility.
  • Marvin Scholz's avatar
    meson: add gettext support · e8b6a932
    Marvin Scholz authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    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
    e8b6a932