xblock-outline.underscore
4.06 KB
-
Fix string extraction error in underscore files · 46342a3f
The written style ```interpolate(gettext('some text'), {...}, ...)``` will will cause the string inside gettext() not be extracted. So a separate line is needed for ```gettext``` when gettext function is directly called inside a call to the interpolate function.
louyihua committed