1. 07 Nov, 2015 1 commit
    • Fix gettext guidance violation · 73d8f064
      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"```.
      louyihua committed
  2. 06 Nov, 2015 7 commits
  3. 07 Nov, 2015 1 commit
  4. 06 Nov, 2015 1 commit
  5. 05 Nov, 2015 30 commits