Updated Internationalization (markdown)

Ix 2021-09-06 20:31:49 +02:00
parent 2ffddee5f5
commit ca4165e183
1 changed files with 9 additions and 1 deletions

@ -46,9 +46,17 @@ For all `messages`, we have a list of `path to files` containing this `message`
Edit `msgstr` with the translated string.
## Make messages
To create all .po files, run this command :
```bash
django-admin makemessages -l [LANG_CODE]
```
`LANG_CODE` for exemple can be set to 'ru', 'fr', 'en'...
## Compile `messages`
Run this command :
To compile messages run this command :
```bash
manage.py compilemessages