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

Add note in contribution file regarding translations

This commit is contained in:
Oliver Walters
2019-09-27 10:07:34 +10:00
parent 427f47310b
commit 225ad0ffa6
2 changed files with 9 additions and 1 deletions

View File

@ -11,6 +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 `language` 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.