News

For each locale, I build a dictionary of values which are transformed using python's gettext module. Thus, all I need to do to add a language is to copy my locale source file, and translate each ...
Instead, I am using a portion of the locale model, LC_MESSAGES, to implement my database. For each locale, I build a dictionary of values which are transformed using python's gettext module. Thus, all ...