Kaynağa Gözat

don't render during i18n step, just do replacements

tags/0.4.0
Ben Cherry 15 yıl önce
ebeveyn
işleme
25d0c02b71
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Dosyayı Görüntüle

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



Yükleniyor…
İptal
Kaydet