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
updated i18n test
tags/0.4.0
Ben Cherry
15 years ago
parent
25d0c02b71
commit
033bdd9f79
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
examples/i18n.js
+1
-1
examples/i18n.txt
+ 2
- 1
examples/i18n.js
View File
@@ -1,3 +1,4 @@
var i18n = {
bar: "BAR"
bar: "don't double render me... {{baz}}",
baz: "FAIL"
};
+ 1
- 1
examples/i18n.txt
View File
@@ -1 +1 @@
foo
BAR
foo
don't double render me... {{baz}}
Write
Preview
Loading…
Cancel
Save