forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #562 from edly-io/alisalman/update-defualt-lang
update: default lang to Arabic and fix certificate fonts
- Loading branch information
Showing
5 changed files
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ def plugin_settings(settings): | |
""" | ||
Required Common settings | ||
""" | ||
settings.SDAIA_DEFAULT_LANGUAGE_CODE = 'ar' |
11 changes: 11 additions & 0 deletions
11
openedx/features/sdaia_features/course_progress/settings/production.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
"""Settings""" | ||
|
||
|
||
def plugin_settings(settings): | ||
""" | ||
Required Common settings | ||
""" | ||
settings.SDAIA_DEFAULT_LANGUAGE_CODE = settings.ENV_TOKENS.get( | ||
'SDAIA_DEFAULT_LANGUAGE_CODE', settings.SDAIA_DEFAULT_LANGUAGE_CODE | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters