Skip to content

Don't try to translate empty strings

gettext will return the translation header information when getting passed an empty string. Avoid this case.

This was for example visible with the "sanitycheck" command which has an empty usage_args which we still tried to translate.

Fixes #52 (closed)

Merge request reports