Reading List

Internationalization with Django, Backbone, Underscore templates, and Sass (LTR and RTL languages) from Blogs on Monica Lent's Website RSS feed.

Internationalization with Django, Backbone, Underscore templates, and Sass (LTR and RTL languages)

Let’s be honest: No developer wakes up in the morning and thinks, “Oh goody! Today I get to internationalize my giant website with tons of content and files. I bet supporting right-to-left languages is going to be a blast.” However, I’m here to tell you that it’s not nearly as bad as you would expect. In fact, Django makes it downright easy to do. Unfortunately, there’s not a lot of information on the web about internationalizing (also known as i18n) in Django besides the official documentation.