[damned-lies] Add Django patches indications for D-L



commit 2e414faecd29d54fcc3350cef8701983f2fa436e
Author: Claude Paroz <claude 2xlibre net>
Date:   Mon Nov 30 21:29:08 2009 +0100

    Add Django patches indications for D-L

 docs/django_patches.txt |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/docs/django_patches.txt b/docs/django_patches.txt
new file mode 100644
index 0000000..0e7ab5e
--- /dev/null
+++ b/docs/django_patches.txt
@@ -0,0 +1,17 @@
+Django patches for damned-lies
+==============================
+
+Django version: 1.1
+
+*   Add support for translator comments
+    File: django/core/management/commands/makemessages.py
+    Add -c flag to xgettext calls, to extract translator comments in po files,
+    at lines 126 and 151
+    See http://code.djangoproject.com/ticket/10004
+
+*   Add support for nds (Low German) language
+    mkdir -p django/conf/locale/nds/LC_MESSAGES/
+    cp django/conf/locale/en/LC_MESSAGES/*.po django/conf/locale/nds/LC_MESSAGES/
+    msgfmt -o django/conf/locale/nds/LC_MESSAGES/django.mo django/conf/locale/nds/LC_MESSAGES/django.po
+    msgfmt -o django/conf/locale/nds/LC_MESSAGES/djangojs.mo django/conf/locale/nds/LC_MESSAGES/djangojs.po
+    Edit: django/conf/global_settings.py and add ('nds', gettext_noop('Low German')), in the LANGUAGES list



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