mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +00:00
Add (brief) documentation page regarding translations
This commit is contained in:
@ -12,6 +12,7 @@ InvenTree Source Documentation
|
||||
Deployment<deploy>
|
||||
Migrate Data<migrate>
|
||||
Update InvenTree<update>
|
||||
Translations<translate>
|
||||
Backup and Restore<backup>
|
||||
Modal Forms<forms>
|
||||
Tables<tables>
|
||||
|
14
docs/translate.rst
Normal file
14
docs/translate.rst
Normal file
@ -0,0 +1,14 @@
|
||||
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.
|
Reference in New Issue
Block a user