kasperpeulen / euclidthegame

A geometry game based on Euclid's Elements.
euclidthegame.org
MIT License
447 stars 74 forks source link

Localization #328

Open hferee opened 9 years ago

hferee commented 9 years ago

I see things in the code like: parameters.language = "en" but is there support for localization ?

oliverwangyi commented 9 years ago

Is the "parameters.language = "en"" in newtools.html?

hferee commented 9 years ago

Yes, but also in several levels*.html.

kasperpeulen commented 9 years ago

I had one time a plan to make different localizations, but I didn't finish it. Pull request of other languages are more than welcome though. ;)

hferee commented 9 years ago

I would be glad to do a french translation, but I don't understand how the localization is done. Is there a file with all the strings to translate?

kasperpeulen commented 9 years ago

No there is no localization framework yet. I think I will rewrite the complete website in the summer, to allow for localization. In the meantime, I'm afraid you need to include some localization framework as well in your PR.

2015-02-23 22:53 GMT+01:00 hferee notifications@github.com:

I would be glad to do a french translation, but I don't understand how the localization is done. Is there a file with all the strings to translate?

— Reply to this email directly or view it on GitHub https://github.com/kasperpeulen/euclidthegame/issues/328#issuecomment-75644760 .

Kasper