📝(docs) Add language configuration documentation

Add comprehensive guide explaining how to override LANGUAGES settings
using the DJANGO_LANGUAGES environment variable. Documentation includes:

- Default language configuration
- Environment variable format and examples
- Configuration for development, production, and Docker Compose
- Complete list of 15 available languages with translation files
- Language code formatting guidelines
- Testing and troubleshooting sections
This commit is contained in:
Anthony LC
2025-12-22 14:37:49 +01:00
parent f7d697d9bd
commit 8901c6ee33
2 changed files with 181 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to
- ✨(backend) add documents/all endpoint with descendants #1553
- ✅(export) add PDF regression tests #1762
- 📝(docs) Add language configuration documentation #1757
### Fixed