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 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
Please update this to have default set to 'LANGUAGES'
i.e.
LANGUAGES = ENV_TOKENS.get('LANGUAGES', LANGUAGES)
|
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