-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Translation overrides #1355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translation overrides #1355
Conversation
Usefull variables for translation
|
Thanks, this looks great! However, before we can merge it, we need you to sign and submit the individual contributor agreement, as stated in the CONTRIBUTING file. Can you submit it, and let me know when you've done so? |
|
contributor agreement received |
lms/envs/aws.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be a default for LANGUAGES in lms/envs/common.py and that should be referenced here instead of setting the default here.
|
I'd like to see them separated from the existing TZ variables. Also, could you make the same changes to cms/envs/aws.py and common.py, see @feanil 's line comment. |
|
Thanks, I have just added a new commit. |
lms/envs/aws.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update this to have default set to 'LANGUAGES'
i.e.
LANGUAGES = ENV_TOKENS.get('LANGUAGES', LANGUAGES)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@feanil: Ok I have updated.
|
lgtm. |
|
@Szczork I squashed your commits into one commit, rebased it onto master, created a new pull request (#1465), and merged it. Your code is in! ✨ |
* Change english for paid course openedx#1346 * Change english for activate message openedx#1346
* Revert "version bump for scorm xblock (openedx#1354)" This reverts commit d465dc3. * Revert "Bump completion to v0.1.15 (openedx#1351)" This reverts commit 58932f3.
Usefull variables for transifex translation