2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55: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

@ -11,4 +11,6 @@ InvenTree supports multi-language translation using the `Django Translation Fram
Translation strings are located in the `InvenTree/locales/` directory, and translation files can be easily added here.
To set the default language, change the `langauge` setting in the `config.yaml` settings file.
To set the default language, change the `langauge` setting in the `config.yaml` settings file.
To recompile the translation files (after adding new translation strings), run the command ``make translate`` from the root directory.