mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
14 lines
487 B
ReStructuredText
14 lines
487 B
ReStructuredText
Translations
|
|
============
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:maxdepth: 2
|
|
:caption: Language Translation
|
|
:hidden:
|
|
|
|
InvenTree supports multi-language translation using the `Django Translation Framework <https://docs.djangoproject.com/en/2.2/topics/i18n/translation/>`_
|
|
|
|
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. |