Parcourir la source

don't render during i18n step, just do replacements

tags/0.4.0
Ben Cherry il y a 15 ans
Parent
révision
25d0c02b71
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Voir le fichier

@@ -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);
});
},



Chargement…
Annuler
Enregistrer