Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
jan
/
mustache.js
mirror da
https://github.com/janl/mustache.js
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
46
Wiki
Attività
Sfoglia il codice sorgente
updated i18n test
tags/0.4.0
Ben Cherry
15 anni fa
parent
25d0c02b71
commit
033bdd9f79
2 ha cambiato i file
con
3 aggiunte
e
2 eliminazioni
Visualizzazione separata
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
Vedi File
@@ -1,3 +1,4 @@
var i18n = {
bar: "BAR"
bar: "don't double render me... {{baz}}",
baz: "FAIL"
};
+ 1
- 1
examples/i18n.txt
Vedi File
@@ -1 +1 @@
foo
BAR
foo
don't double render me... {{baz}}
Write
Preview
Loading…
Annulla
Salva