typos
This commit is contained in:
parent
c5cd0e1c38
commit
7e952b0dea
1 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Translation is managed through [Transifex](https://www.transifex.com/openstreetmap/umap/).
|
Translation is managed through [Transifex](https://www.transifex.com/openstreetmap/umap/).
|
||||||
|
|
||||||
## Bugs Triaging
|
## Bug Triaging
|
||||||
|
|
||||||
You are very welcome to help us triaging [uMap issues](https://github.com/umap-project/umap/issues).
|
You are very welcome to help us triaging [uMap issues](https://github.com/umap-project/umap/issues).
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ You are very welcome to help us triaging [uMap issues](https://github.com/umap-p
|
||||||
|
|
||||||
## Development on Ubuntu
|
## Development on Ubuntu
|
||||||
|
|
||||||
### Environnement setup
|
### Environment setup
|
||||||
|
|
||||||
Choose one of the following two config:
|
Choose one of the following two config:
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ Create a workspace folder ~/wk and go into it.
|
||||||
|
|
||||||
"git clone" the main repository and go in the umap folder
|
"git clone" the main repository and go in the umap folder
|
||||||
|
|
||||||
Several commands, needs you to be in a virtualenv:
|
Several commands you need to issue to be in a virtualenv:
|
||||||
|
|
||||||
virtualenv ~/wk/umap/venv --python=/usr/bin/python3.6
|
virtualenv ~/wk/umap/venv --python=/usr/bin/python3.6
|
||||||
source ~/wk/umap/venv/bin/activate
|
source ~/wk/umap/venv/bin/activate
|
||||||
|
@ -74,7 +74,7 @@ To test your code, you will add to install umap from your git folder. Go to ~/wk
|
||||||
pip install -e .
|
pip install -e .
|
||||||
# or pip install -e ~/wk/umap
|
# or pip install -e ~/wk/umap
|
||||||
|
|
||||||
This command, will check dependencies and install uMap from sources inside folder.
|
This command will check dependencies and install uMap from sources inside folder.
|
||||||
|
|
||||||
To start your local uMap:
|
To start your local uMap:
|
||||||
|
|
||||||
|
@ -91,6 +91,7 @@ Pull the translations from transifex website:
|
||||||
tx pull -f
|
tx pull -f
|
||||||
|
|
||||||
Then you will need to update binary files with command:
|
Then you will need to update binary files with command:
|
||||||
|
|
||||||
make compilemessages
|
make compilemessages
|
||||||
|
|
||||||
Done. You can now review and commit modified/added files.
|
Done. You can now review and commit modified/added files.
|
||||||
|
|
Loading…
Reference in a new issue