diff --git a/_posts/2021-11-22-translation.md b/_posts/2021-11-22-translation.md index 254efc11..6e305bcd 100644 --- a/_posts/2021-11-22-translation.md +++ b/_posts/2021-11-22-translation.md @@ -19,7 +19,7 @@ As translations are entirely community contributed, we need a software framework #### Backend - Django -At its core, InvenTree is built on the [Django](https://www.djangoproject.com/) framework, which provides a [translation framweork](https://docs.djangoproject.com/en/4.1/topics/i18n/translation/) "out of the box". +At its core, InvenTree is built on the [Django](https://www.djangoproject.com/) framework, which provides a [translation framework](https://docs.djangoproject.com/en/4.1/topics/i18n/translation/) "out of the box". 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 - *if a translation for the text is available in that language*. @@ -55,4 +55,4 @@ If you would like to see improved translations in a particular language, read th #### Adding New Languages -If you would like to see support for a new language, [raise an issue on our GitHub page](https://github.com/inventree/InvenTree/issues/new?assignees=&labels=enhancement%2Ctriage%3Anot-checked&template=feature_request.yaml&title=%5BFR%5D+title). \ No newline at end of file +If you would like to see support for a new language, [raise an issue on our GitHub page](https://github.com/inventree/InvenTree/issues/new?assignees=&labels=enhancement%2Ctriage%3Anot-checked&template=feature_request.yaml&title=%5BFR%5D+title).