ib / xarchiver

(continuation of the Xfce master branch)
GNU General Public License v2.0
170 stars 40 forks source link

Fix `po/LINGUAS` format to be compatible with intltool #185

Closed mgorny closed 12 months ago

mgorny commented 1 year ago

Unlike "pure" gettext, intltool requires that every language is listed on a separate line in po/LINGUAS. Otherwise, no localizations are installed if LINGUAS is set in the calling environment.

This is probably a bug in intltool but it hasn't been fixed since 2013: https://bugs.launchpad.net/intltool/+bug/1164386

mgorny commented 1 year ago

Hmm, actually it seems that intltool is no longer maintained and pure gettext apparently can do everything intltool used to do nowadays. If you'd be interested in switching over, I can try making a PR.

ib commented 12 months ago

Applied. Thank you very much for your contribution.

it seems that intltool is no longer maintained

It still does its job though.

If you'd be interested in switching over, I can try making a PR.

I can't promise to switch over, but it would be something I would take into consideration.