Skip to content
Snippets Groups Projects
  1. Nov 09, 2015
  2. Nov 07, 2015
    • Sarina Canelake's avatar
      Merge pull request #10548 from louyihua/i18n_fix · 8e20faae
      Sarina Canelake authored
      Fix gettext guidance violation
      8e20faae
    • louyihua's avatar
      Fix gettext guidance violation · 73d8f064
      louyihua authored
      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"```.
      73d8f064
  3. Nov 06, 2015
  4. Nov 07, 2015
  5. Nov 06, 2015
  6. Nov 05, 2015
Loading