Sfoglia il codice sorgente

don't render during i18n step, just do replacements

tags/0.4.0
Ben Cherry 15 anni fa
parent
commit
25d0c02b71
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Vedi File

@@ -138,7 +138,7 @@ var Mustache = function() {
translation_mode = { _mode: context['_mode'] };
}

return that.render(_(content, translation_mode), context, partials, true);
return _(content, translation_mode);
});
},



Loading…
Annulla
Salva