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
Ok would be cool indeed. This change will require some effort however: changing the code to call gettext whenever some string is outputed and then also of course translating those strings...
I don't have any expierence with gettext yet, so I'll need some time fist to get familiar with the process. I just had a quick look and it looks all right. From a security point of view, it's of major importance to avoid format string vulnerabilities caused by translating format strings. This can be achieved by marking the format string with xgettext:c-format in the code, I see.
Request: implement .po translation files
The text was updated successfully, but these errors were encountered: