Name |
Last commit
|
Last update |
---|---|---|
.. | ||
models | ||
views | ||
account.js | ||
emailoptin.js | ||
enrollment.js | ||
logistration_factory.js | ||
shoppingcart.js |
1. No string concatenation should be used in the gettext function. 2. Some extra parentheses should be used in coffee script, to avoid the following situation: in coffee script, the call ```gettext "text to be extracted" + "text should not be extracted"``` will be translated into ```gettext("text to be extracted" + "text should not be extracted")``` rather than ```gettext("text to be extracted") + "text should not be extracted"```.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
models | Loading commit data... | |
views | Loading commit data... | |
account.js | Loading commit data... | |
emailoptin.js | Loading commit data... | |
enrollment.js | Loading commit data... | |
logistration_factory.js | Loading commit data... | |
shoppingcart.js | Loading commit data... |