Additional resources
The following resources provide additional information related to the topics covered in this chapter:
- The source code for this chapter: https://github.com/PacktPublishing/Django-5-by-example/tree/main/Chapter11
- A list of valid language IDs: http://www.i18nguy.com/unicode/language-identifiers.html
- A list of internationalization and localization settings: https://docs.djangoproject.com/en/5.0/ref/settings/#globalization-i18n-l10n
- Homebrew package manager: https://brew.sh/
- Installing
gettext
on Windows: https://docs.djangoproject.com/en/5.0/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/5.0/topics/i18n/translation/
- Poedit translation file editor: https://poedit.net/
- Documentation for Django Rosetta: https://django-rosetta.readthedocs...