mirror of
https://github.com/ae-utbm/sith.git
synced 2024-12-22 07:41:14 +00:00
fix makemessages command in docs
This commit is contained in:
parent
b06a06f50c
commit
e680124d7b
@ -37,8 +37,11 @@ Il faut d'abord générer un fichier de traductions,
|
|||||||
l'éditer et enfin le compiler au format binaire pour qu'il soit lu par le serveur.
|
l'éditer et enfin le compiler au format binaire pour qu'il soit lu par le serveur.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./manage.py makemessages --locale=fr -e py,jinja --ignore=node_modules # Pour le backend
|
# Pour le backend
|
||||||
./manage.py makemessages --locale=fr -d djangojs -e js,ts --ignore=node_modules # Pour le frontend
|
./manage.py makemessages --locale=fr -e py,jinja --ignore=node_modules
|
||||||
|
|
||||||
|
# Pour le frontend
|
||||||
|
./manage.py makemessages --locale=fr -d djangojs -e js,ts --ignore=node_modules --ignore=staticfiles/generated
|
||||||
```
|
```
|
||||||
|
|
||||||
## Éditer le fichier django.po
|
## Éditer le fichier django.po
|
||||||
|
Loading…
Reference in New Issue
Block a user