-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
CMS i18n changes from Tsinghua #443
Conversation
@@ -728,7 +728,7 @@ function saveSetSectionScheduleDate(e) { | |||
var $thisSection = $('.courseware-section[data-id="' + id + '"]'); | |||
var html = _.template( | |||
'<span class="published-status">' + | |||
'<strong>' + gettext("Will Release: ") + '</strong>' + | |||
'<strong>' + gettext("Will Release:") + '</strong>' + |
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.
We're going to loose a space here. Seems like we should add a right before the . I'll do it..
Also, need to chase down why those two files are being deleted. Doesn't seem related to I18N.... |
I think those deleted files are OK to remove +1 from me. I don't know if @singingwolfboy needs to review as well. |
Looks good to me. Those files were deleted intentionally -- they aren't used anywhere. |
CMS i18n changes from Tsinghua
…ering fix another backcompat html bug
Merge pull request #440 from edx-solutions/ekolpakov/problem-builder-mig...
…ange-logger-settings Change logger settings of django.request openedx#427
Kluo/revert search
ju/ednx/JU-6: Hooks support
@singingwolfboy these changes were left over after you landed the cms i18n changes. Can you review them?