mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-21 21:53:30 +00:00
Fix makemessage doc
This commit is contained in:
parent
c4e42212aa
commit
0f657b934d
@ -31,8 +31,8 @@ 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.
|
||||
|
||||
```bash
|
||||
./manage.py makemessages --locale=fr -e py,jinja # Pour le backend
|
||||
./manage.py makemessages --locale=fr -d djangojs # Pour le frontend
|
||||
./manage.py makemessages --locale=fr -e py,jinja -ignore=node_modules # Pour le backend
|
||||
./manage.py makemessages --locale=fr -d djangojs -ignore=node_modules # Pour le frontend
|
||||
```
|
||||
|
||||
## Éditer le fichier django.po
|
||||
|
Loading…
Reference in New Issue
Block a user