Skip to content
  • Georges Basile Stavracas Neto's avatar
    build: Use i18n.merge_file() for plugin files · e3d28f59
    Georges Basile Stavracas Neto authored and Bastien Nocera's avatar Bastien Nocera committed
    Even though we still need to preserve the *.plugin.desktop.in
    workaround, we can easily use Meson's native i18.merge_file()
    to generate translations, instead of the custom_target().
    
    Switch plugins to generate translations using i18.merge_file(), and make
    sure to generate and install those files by setting the `install`
    argument to true.
    e3d28f59