[snowy] Add locale dir and a brief README



commit db7e1f20c77d20c3cb1c4ca13333deca8e3f1bd9
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Fri Jun 5 10:51:36 2009 -0700

    Add locale dir and a brief README
---
 locale/README |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/locale/README b/locale/README
new file mode 100644
index 0000000..01c54cc
--- /dev/null
+++ b/locale/README
@@ -0,0 +1,8 @@
+To make translations:
+
+Read: http://docs.djangoproject.com/en/dev/topics/i18n/#id1
+
+Basically, you just need to run a command like this:
+django-admin.py makemessages -l fr_FR
+
+Then edit locale/fr_FR/LC_MESSAGES/django.po to add your translations.



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