mrmrs / colors

Smarter defaults for colors on the web.

Home Page:http://clrs.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i18n content for project page

mrmrs opened this issue · comments

It would be great to localize content for the project page so that a user can read the page in the language that they would prefer.

Hello,

Awesome repo btw 🎉

Need any help with this ? Have ideas on getting started ?

@SaraVieira Don't know absolute best way for a static site to be localized. Guessing it would need to have all the content ripped out to message properties, then would need to generate a new site per language / locale supported which would probably be output to folders with the locale codes (gb/en/fr) etc.

Definitely an undertaking but would love for the content to be more accessible.

I found this plugin created by mozilla http://l20n.org/ and I think it may be what we are looking for .

Do you want me to take a stab at this ? I can use the english one and then translate it to PT

@SaraVieira Sorry for my delayed response. That would be super rad if you want to take a stab at it. Didn't dive in too deep but this mozilla project looks interesting. Feel free to try it out!

Hey @mrmrs ,

I am still working on the best way to approach this in a way that doesn't bring a lot of javascript to the site

Don't be too afraid of introducing javascript. We can always try to optimize that kind of stuff iteratively if it causes problems.