maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH 1/3] Explain the workaround for Django makemessa


From: Thomas Petazzoni
Subject: [Maposmatic-dev] [PATCH 1/3] Explain the workaround for Django makemessages bug
Date: Mon, 2 Apr 2012 22:35:06 +0200

Signed-off-by: Thomas Petazzoni <address@hidden>
---
 README |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/README b/README
index 8e03e7e..2be4122 100644
--- a/README
+++ b/README
@@ -43,3 +43,10 @@ WARNING: There is a known bug in Django makemessages 1.2.x 
(and maybe
          signs in .po files must be replaced by single % signs. This
          is typically needed for the Wikipedia URL pointing to the
          Hacker culture.
+
+         In order to workaround this bug, we recommend running:
+
+         find locale/ -name 'django.po' | xargs sed -i 's/%%/%/g'
+
+         after the execution of the makemessages command.
+
-- 
1.7.4.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]