Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
878097d0
Commit
878097d0
authored
11 years ago
by
Sarina Canelake
Browse files
Options
Downloads
Patches
Plain Diff
Provide language codes for i18n testing
parent
55590f32
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cms/envs/dev.py
+4
-0
4 additions, 0 deletions
cms/envs/dev.py
lms/envs/dev.py
+4
-0
4 additions, 0 deletions
lms/envs/dev.py
with
8 additions
and
0 deletions
cms/envs/dev.py
+
4
−
0
View file @
878097d0
...
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
lms/envs/dev.py
+
4
−
0
View file @
878097d0
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment