From 47460cc029879d31e405efae579942223357cf29 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 1 Feb 2012 15:01:42 +0100 Subject: [PATCH] fix module titles --- telemeta/util/locale_fix.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 telemeta/util/locale_fix.py 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") -- 2.39.5