]> git.parisson.com Git - telemeta.git/commitdiff
fix module titles
authoryomguy <yomguy@parisson.com>
Wed, 1 Feb 2012 14:01:42 +0000 (15:01 +0100)
committeryomguy <yomguy@parisson.com>
Wed, 1 Feb 2012 14:01:42 +0000 (15:01 +0100)
telemeta/util/locale_fix.py [new file with mode: 0644]

diff --git a/telemeta/util/locale_fix.py b/telemeta/util/locale_fix.py
new file mode 100644 (file)
index 0000000..152784b
--- /dev/null
@@ -0,0 +1,6 @@
+# -*- coding: utf-8 -*-
+
+from django.utils.translation import ugettext_lazy as _
+
+a = _("My last changes")
+a = _("All last changes")