This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
don't render during i18n step, just do replacements
tags/0.4.0
Ben Cherry
15 years ago
parent
5467067bee
commit
25d0c02b71
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mustache.js
+ 1
- 1
mustache.js
View File
@@ -138,7 +138,7 @@ var Mustache = function() {
translation_mode = { _mode: context['_mode'] };
}
return
that.render(
_(content, translation_mod
e), context, partials, tru
e);
return _(content, translation_mode);
});
},
Write
Preview
Loading…
Cancel
Save