git-l10n / git-po-helper

Helper program for checking l10n contributions
Other
15 stars 6 forks source link

WARNING cannot find gettext 0.14, and won't run gettext backward compatible test #2

Closed alexandre1985 closed 3 years ago

alexandre1985 commented 3 years ago

I am using ArchLinux and running git-po-helper I get this warning:

WARNING cannot find gettext 0.14, and won't run gettext backward compatible test

How can I resolve this warning?

jiangxin commented 3 years ago

You can ignore this warning.

Because the latest version of gettext cannot find some syntax errors that gettext 0.14 may encounter, git-po-helper will try to find gettext 0.14 installed inside /opt/gettext/<version>, or /usr/local/Cellar/gettext/<version>.

See the following code: