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

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

Python : No Translation File Found For Domain Using Custom Locale Folder

I have the following structure : / |- main.py |- brainz | |- __init__.py | |- Brainz.py |- da… Read more Python : No Translation File Found For Domain Using Custom Locale Folder

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