From: yomguy Date: Wed, 1 Feb 2012 14:01:42 +0000 (+0100) Subject: fix module titles X-Git-Tag: 1.3.9~18 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=47460cc029879d31e405efae579942223357cf29;p=telemeta.git fix module titles --- diff --git a/telemeta/util/locale_fix.py b/telemeta/util/locale_fix.py new file mode 100644 index 00000000..152784b4 --- /dev/null +++ b/telemeta/util/locale_fix.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- + +from django.utils.translation import ugettext_lazy as _ + +a = _("My last changes") +a = _("All last changes")