Update README syntax
This commit is contained in:
parent
477a1a13cc
commit
9bcf66a78e
1 changed files with 5 additions and 6 deletions
11
README.rst
11
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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue