Localizations for the Clientside code

Wednesday, September 24th, 2008 @ 2:29 pm | filed under: Best Practices, CNET JS Standards

Thanks to the help of several users of our code base we now have translations for our FormValidator class for Chinese, Italian, French, Portuguese, Spanish, Dutch, and Catalan (!!). This is awesome stuff. While I personally haven’t worked on any projects that have been localized, it’s nice to see our code base gain greater flexibility and usability thanks to our users.

Today someone asked me to make it possible to localize the Date method timeAgoInWords, which returns things like “about a minute ago” (you can find this in Date.Extras). So we’ve added support for this too (though we don’t have any localizations for it). If you decide that you want to translate either of these things, drop us a line.

Comments are closed.