Closed bedeho closed 2 years ago
I've seen a lot of projects use Transifex for localization, it does seem to allow communities to contribute.
Here's my 2 cents on this discussion. From my point of view there are 2 parts to this:
When it comes to the first one there are multiple options:
The first and most obvious one would be GitHub. This would make it easiest for the developer as you could make a PR directly to the locales folder with the JSON containing all of the translations. That being said, this may alienate quite a bit of users who have never used GitHub before or aren't part of the dev community. This option would also not cost us any money.
As Ben suggested, the most popular localization platform that supports crowdsourcing is Transifex. There are other such popular platforms like Phrase, Lokalise and Smartling but I had a hard time finding anything specific in their docs/websites about being able to crowdsource our translations, whereas Transifex has a whole section about Crowdsourcing in their documentation. I would also like to add that none of these platforms have a free option for the scope of our project. Here are the pricing options for Transifex.
Regarding the second part, there are multiple libraries we can use to implement this functionality to the project. The two most popular libraries (based on number of downloads) are react-intl and react-i18next. These are both good choices. I've gotten react-i18next working locally myself already as a proof of concept but both should work fine!
Some things we should watch out for:
All of the designs on joystream-org have primarily been optimized for English. That means that if we want to translate into German(where the words are generally longer) for example, some content would be moved and it would probably look off in many places.
With the first point in mind but also the fact that there is a lot of content on the website, this is not really a trivial problem and may take some time to complete.
Great summary, thank you.
It seems like it could be advisable to make versions of our website where the copy is in multiple different languages, e.g. Chinese, Russian, Spanish, Arabic, etc.
What sort of changes to the architecture would it require to have this organized and managed in good way, and perhaps also have some sort of easy CMS or something where people could contribute copy for a given language. Would be great if this could be partially crowd sourced, but not sure how easy this would be.