I’ve been learning how to do #internalization in #django for one of my projects, and it’s been pretty painless. It’s nice how Django includes a #javascript library and automatically pulls translation strings from scripts as well.
So far I’m not worrying about right to left languages or anything yet, just getting everything working as a cursory base with some other left to right languages. Next I need to work on date and time formats and then I’ll be about finished!