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

Internationalization support #182

Open
starbelly opened this issue Mar 15, 2020 · 5 comments
Open

Internationalization support #182

starbelly opened this issue Mar 15, 2020 · 5 comments

Comments

@starbelly
Copy link
Member

starbelly commented Mar 15, 2020

As a global community we have to recognize that a lot of members of our community do not speak or read English as a first language or at all. In order to support our members around the world and provide meaningful content to said members we must support internationalization. This can be achieved using gettext.

The app needs to try and detect the locale of the request and redirect based on said locale. For example if the user's locale is Japanese then the user should be redirected to /jp/.

We should also provide a way for users to to choose a locale from a drop down member and/or be able to set their preferred locale which would be persisted in cookies and/or the database.

@paulo-ferraz-oliveira
Copy link
Contributor

Does this assume/mean that there's already contributors for different languages? I don't mind doing some of the pt-pt stuff, for example. Is there a wg for internationalisation? Would it make sense to have one?

@starbelly
Copy link
Member Author

The original idea was simply to make use of gettext, but we'll have problems if we blindly do that, so what you're suggesting I think is a requirement really, and right now we have no such contributors dedicated that, so I consider this back burner for the moment. But of course, anyone can pick it up.

@paulo-ferraz-oliveira
Copy link
Contributor

👍 if you ever move in this front lemme know or simply update this issue. I'll be willing to make portuguese the first alternative language. 😄

@pablocostass
Copy link
Member

Count me in too! I can help with Galician and Spanish :)

@paulo-ferraz-oliveira
Copy link
Contributor

Galician ❤️

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

No branches or pull requests

3 participants