2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Make translation compilation a separate step

- Must be run after a translation file is updated
This commit is contained in:
Oliver Walters
2019-09-26 10:21:14 +10:00
parent fcb47fce09
commit b56a1ade24
3 changed files with 12 additions and 5 deletions

View File

@ -19,7 +19,8 @@ To install InvenTree you will need the following system components installed:
* python3
* python3-pip (pip3)
* make
* gettext
Each of these programs need to be installed (e.g. using apt or similar) before running the ``make install`` script.
Installation
------------
@ -89,6 +90,7 @@ Other shorthand functions are provided for the development and testing process:
* ``make migrate`` - Perform database migrations
* ``make mysql`` - Install packages required for MySQL database backend
* ``make postgresql`` - Install packages required for PostgreSQL database backend
* ``make translate`` - Compile language translation files (requires gettext system package)
* ``make backup`` - Backup database tables and media files
* ``make test`` - Run all unit tests
* ``make coverage`` - Run all unit tests and generate code coverage report