mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
624 B
624 B
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
</head>
</html>
Translations
System Message: ERROR/3 (<stdin>, line 4)
Unknown directive type "toctree".
.. toctree:: :titlesonly: :maxdepth: 2 :caption: Language Translation :hidden:
InvenTree supports multi-language translation using the Django Translation Framework
Translation strings are located in the InvenTree/locales/ directory, and translation files can be easily added here.
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.