You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Fix makefile logic to not break the build when xgettext is missing
xgettext is only required when make init-po is run manually; it is notrequired for a build. The intent to handle that was already there, butthe ifdef's were in the wrong place.