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

add multiple language support #3

Open
samthetechie opened this issue Jul 14, 2013 · 2 comments
Open

add multiple language support #3

samthetechie opened this issue Jul 14, 2013 · 2 comments

Comments

@samthetechie
Copy link
Member

Suggestions for good python libs / approach for multi language support? So many choice O.o

@waaaaargh
Copy link

sadly, I don't have any experience with Internationalization. @grindhold, a friend of mine, used gettext ( http://docs.python.org/2/library/gettext.html ) and from what I heard it didn't give him much trouble.

@grindhold
Copy link

Yup, the only problem i had was, that i did not start using gettext in the first place, so i had to check my whole 15k LOC for strings that potentially have to be translated. However. If you need dynamic content in multilanguage you may run into trouble because gettext uses static compiled files (.mo-files) to store the languagekeys. these files can only be extended by recompiling them. also gettext enforces a quite strict folder structure on you.

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

3 participants