Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localisation with .po files #36

Open
GijsTimmers opened this issue Oct 17, 2014 · 1 comment
Open

Localisation with .po files #36

GijsTimmers opened this issue Oct 17, 2014 · 1 comment

Comments

@GijsTimmers
Copy link
Collaborator

Request: implement .po translation files

@jovanbulck
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants