Additional resources
The following resources provide additional information related to the topics covered in this chapter:
- Source code for this chapter – https://github.com/PacktPublishing/Django-4-by-example/tree/main/Chapter11
- List of valid language IDs – http://www.i18nguy.com/unicode/language-identifiers.html
- List of internationalization and localization settings – https://docs.djangoproject.com/en/4.1/ref/settings/#globalization-i18n-l10n
- Homebrew package manager – https://brew.sh/
- Installing gettext on Windows – https://docs.djangoproject.com/en/4.1/topics/i18n/translation/#gettext-on-windows
- Precompiled gettext binary installer for Windows – https://mlocati.github.io/articles/gettext-iconv-windows.html
- Documentation about translations – https://docs.djangoproject.com/en/4.1/topics/i18n/translation/
- Poedit translation file editor – https://poedit.net/
- Documentation...