1. 07 Apr, 2015 7 commits
  2. 06 Apr, 2015 11 commits
  3. 05 Apr, 2015 2 commits
    • Fix i18n breaking in some js and underscore files · 2d47f803
      1. Spliting strings inside the call to `gettext()` in javascript breaks the string extraction process, so the string should kept in one line.
      2. Using escape string inside a string in `gettext()` may cause the extractor to misunderstand the escape string, so that it will escape this escape string.
      louyihua committed
    • Add i18n_fastgenerate · faafda08
      So the time-consuming i18n_extract step can be skipped for situations that only the translated strings are modified while the source strings are still the same.
      louyihua committed
  4. 03 Apr, 2015 20 commits