Fix missing translator comments
Turns out if the string literal starts on the next line after the translation function, then the translator comment is lost. So, either close up short strings, or add a dummy empty string on the first line to concatenate with the real string. Ugh.
Showing
- common/lib/xmodule/xmodule/course_module.py 3 additions, 3 deletionscommon/lib/xmodule/xmodule/course_module.py
- common/lib/xmodule/xmodule/lti_module.py 2 additions, 6 deletionscommon/lib/xmodule/xmodule/lti_module.py
- lms/djangoapps/branding/api.py 2 additions, 2 deletionslms/djangoapps/branding/api.py
- openedx/core/djangoapps/user_api/views.py 24 additions, 30 deletionsopenedx/core/djangoapps/user_api/views.py
Loading
Please register or sign in to comment