Makes default language configurable

This commit is contained in:
Mouse Reeve
2022-01-20 16:04:42 -08:00
parent a0da5c75ff
commit e2e5ed9aa3
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ USE_HTTPS=true
DOMAIN=your.domain.here
EMAIL=your@email.here
# Instance defualt language (see options at bookwyrm/settings.py "LANGUAGES"
LANGUAGE_CODE="en-us"
# Used for deciding which editions to prefer
DEFAULT_LANGUAGE="English"