Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gettext

Django Translation Reverse

Is it possible to get msgid from msgstr? Suppose I have msgid 'Table' msgstr 'Tisch'… Read more Django Translation Reverse

Gettext Fallbacks Don't Work With Untranslated Strings

In source code of my application I wrapped with gettext strings in russian, so this is my default l… Read more Gettext Fallbacks Don't Work With Untranslated Strings

Unicode Issue With Makemessages --all Django 1.6.2 Python 3.3

Upgrading a project from Python 2.7 -> 3.3.1 and Django 1.4 -> 1.6.2. After updating code our… Read more Unicode Issue With Makemessages --all Django 1.6.2 Python 3.3