DjangoGirls / djangogirls

Website for DjangoGirls.org
http://djangogirls.org/
BSD 3-Clause "New" or "Revised" License
465 stars 286 forks source link

Django Girls website internationalization and localization #571

Closed amakarudze closed 3 years ago

amakarudze commented 3 years ago

Django Girls website is only displayed in English which is a problem for non-native English speakers. We would like the Django Girls website to be translated to the official language of the location of the visitor to the website, that is, should be in Portuguese for someone in a Portuguese-speaking country or French if opened by someone in a French-speaking country.

marksweb commented 3 years ago

@amakarudze Assign this one to me. I'll update all the strings to use translation.

Do you have any thoughts on who can do the actual translations?

At work we use this service; https://weblate.org/en-gb/

We self host it, but it's a django based piece of software & therefore I'm not sure if they'd be open to sponsorship or some kind of deal on their hosted service.

amakarudze commented 3 years ago

Thanks for the suggestion @marksweb, we hadn't thought about who would do the actual translations. I thought Google Translate did that automatically but I guess we can consider applying for sponsorship from them. This is an area I think most of the trustees and support team members do not understand very well but we are willing to learn.

vanessa commented 3 years ago

Hey, just giving my 2 cents. In case the team is looking for localization platforms, I've used POEditor (https://poeditor.com/) before with Django and it works really well if the workflow is automatized - they also have a free unlimited plan for open source projects.