flutter / website

Flutter documentation web site
https://docs.flutter.dev
Other
2.79k stars 3.2k forks source link

Support multiple languages on website #4389

Open YazeedAlKhalaf opened 4 years ago

YazeedAlKhalaf commented 4 years ago

I am suggesting that the Flutter website creates a way of adding translations to other languages. Not Google Translate since it will not look professional. You know how the apps using Google translate look like. Anyways, I suggest letting the community add their own languages. So, for example, I can do Arabic.

Guidelines:

maxzod commented 2 years ago

i cant find where to provide Arabic translation for the website

YazeedAlKhalaf commented 2 years ago

@maxzod there is none yet, the issue is about creating a way of localizing the website.

lksilva commented 2 years ago

I really agree with you, I would like to translate it to Portuguese. Since the website is only convert markdown into html I guess that we can do it by ourselves. I will try to find out how we can do it.

lksilva commented 2 years ago

I believe that the website is using Jekyll to generates the static web site and seems that it's possible to use a plugin to allow multi langue. I will try to do some tests.