2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-12 10:05:36 +00:00
This commit is contained in:
SchrodingersGat
2022-11-28 03:46:49 +00:00
parent 0aa0913676
commit 6833b0f833
7 changed files with 12 additions and 12 deletions

View File

@ -91,7 +91,7 @@
<h4 id="backend---django">Backend - Django</h4>
<p>At its core, InvenTree is built on the <a href="https://www.djangoproject.com/">Django</a> framework, which provides a <a href="https://docs.djangoproject.com/en/4.1/topics/i18n/translation/">translation framweork</a> “out of the box”.</p>
<p>At its core, InvenTree is built on the <a href="https://www.djangoproject.com/">Django</a> framework, which provides a <a href="https://docs.djangoproject.com/en/4.1/topics/i18n/translation/">translation framework</a> “out of the box”.</p>
<p>The Django translation framework provides a toolkit for marking certain text strings as “translatable”. Translation strings are able to be replaced by a translated string from a language specified by the user - <em>if a translation for the text is available in that language</em>.</p>