Provide language codes for i18n testing
This commit is contained in:
@@ -10,6 +10,10 @@ from logsettings import get_logger_config
|
||||
|
||||
DEBUG = True
|
||||
USE_I18N = True
|
||||
# For displaying the dummy text, we need to provide a language mapping.
|
||||
LANGUAGES = (
|
||||
('fr', 'Francais'),
|
||||
)
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
LOGGING = get_logger_config(ENV_ROOT / "log",
|
||||
logging_env="dev",
|
||||
|
||||
@@ -17,6 +17,10 @@ from logsettings import get_logger_config
|
||||
|
||||
DEBUG = True
|
||||
USE_I18N = True
|
||||
# For displaying the dummy text, we need to provide a language mapping.
|
||||
LANGUAGES = (
|
||||
('fr', 'Francais'),
|
||||
)
|
||||
TEMPLATE_DEBUG = True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user