It would be nice to be able to choose the language for menu, buttons, system messages, faq, and so on (i.e. for the whole site, except for forums - obviously).
I don't think it will be difficult to find, in our community, players with the ability - and the time 😉 - to do some translations in their own language.
I can give my support for Italian translation (even if I can't promise I will do this work too speedy).
Originally posted by GnorphyGood idea, I was thinking about it myself before. Should be an easy enough implementation as well.
It would be nice to be able to choose the language for menu, buttons, system messages, faq, and so on (i.e. for the whole site, except for forums - obviously).
I don't think it will be difficult to find, in our community, players with the ability - and the time 😉 - to do some translations in their own language.
I can give my support for Italian translation (even if I can't promise I will do this work too speedy).
D
Originally posted by thireAs i can see, the site is developed in PHP.
it is a good and old idea, but as Russ releases very frequently new versions it is quite a lot of work maintaining that...
But perhaps... we keep nagging! 🙂
th
Using variables like $MyGames instead of steady strings like "My Games" any newer release will still have the correct translations.
After each new release, one must only translate the strings added in that release.
I did lead an internationalisation project once before in a previous job. And I had a team of translators - at least one for every language.
Now, I learned a lot from that experience, and it was mainly this - you kill the innovation on a site when you have to chase translators (yes, every single one of them) to give you new text for even the smallest change. The more languages supported, the worse it gets…
So, this is not something that hasn't been considered, but I hope I have convinced you, it really is not in the site's best interest to pursue this. I shudder just thinking about it…
Sorry.
-Russ
Originally posted by GnorphyIf you browse with Mozilla Firefox and have enough interest in this feature, you can spend some time developing your own Firefox extension that does this for you.
It would be nice to be able to choose the language for menu, buttons, system messages, faq, and so on (i.e. for the whole site, except for forums - obviously).
I don't think it will be difficult to find, in our community, players with t ...[text shortened]... slation (even if I can't promise I will do this work too speedy).
http://www.mozilla.org/docs/tutorials/tinderstatus/
You'll essentially create and maintain a list of text substitutions from English to Italian that you want, and then write some code to instruct the browser to perform them when visiting RHP.