Skip to content
Snippets Groups Projects
Commit fbcdf83a authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Update pipeline docs about translations

parent f233c794
No related branches found
No related tags found
No related merge requests found
......@@ -73,4 +73,14 @@ Each installation of VIPSWeb can be customized in several ways
This is done by making a copy of `local_settings_sample.py` to `local_settings.py` and customizing it. `local_settings.py` is ignored by Git.
## Configuration of VIPSLogic
TODO
\ No newline at end of file
TODO
## Deployment of updates (AKA pipeline)
### Updating translations
VIPSWeb/Django is using the GNU gettext system for translating phrases. In the git repository, the sourece `.po` files are updated, but the compiled `.mo` files are ignored. Thus, if an update of VIPSWeb contains new or updated translated texts/phrases, you need to compile them using the command
```bash
$ django-admin compilemessages
```
This requires that you have [GNU gettext](https://www.gnu.org/software/gettext/) installed on your server.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment