-
-
Notifications
You must be signed in to change notification settings - Fork 232
Open
Description
Hello. This package is impossible to localize as it is into other languages.
One may attempt to redefine the strings in a custom header and wrap these into gettext() calls.
There is an obstacle: the code relies on these strings being defined as literals, and build fails.
Besides, it would be more helpful if texts were already wrapped in _("text")
fashion; then the translation tools can readily scan these strings, making the task a lot simpler.