From 9bcf66a78e4f9a3c45e61630a1d0e1aae9865159 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 7 May 2013 20:45:48 +0200 Subject: [PATCH] Update README syntax --- README.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 82bc755b..85584ac2 100644 --- a/README.rst +++ b/README.rst @@ -93,12 +93,11 @@ create the needed files.** For this repository and django-leaflet-storage, here are the steps: -1. got the root of the python module (for example `umap/umap` in this case) -1. run `django-admin.py makemessages -l fr` using your language code instead of `fr` -1. translate what's needed in the ad hoc file in the `locale` repository (for example - `umap/umap/locale/fr/LC_MESSAGES/django.po`) -1. from the root of the python module, run `django-admin.py compilemessages` -1. commit, push, PR :) +- go to the root of the python module (for example `umap/umap` in this case) +- run `django-admin.py makemessages -l fr` using your language code instead of `fr` +- translate what's needed in the ad hoc file in the `locale` repository (for example `umap/umap/locale/fr/LC_MESSAGES/django.po`) +- from the root of the python module, run `django-admin.py compilemessages` +- commit, push, PR :) For Leaflet.Storage, here are the steps: