Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
jan
/
mustache.js
réplica de
https://github.com/janl/mustache.js
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
46
Wiki
Actividad
Explorar el Código
updated i18n test
tags/0.4.0
Ben Cherry
hace 15 años
padre
25d0c02b71
commit
033bdd9f79
Se han
modificado 2 ficheros
con
3 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-1
examples/i18n.js
+1
-1
examples/i18n.txt
+ 2
- 1
examples/i18n.js
Ver fichero
@@ -1,3 +1,4 @@
var i18n = {
bar: "BAR"
bar: "don't double render me... {{baz}}",
baz: "FAIL"
};
+ 1
- 1
examples/i18n.txt
Ver fichero
@@ -1 +1 @@
foo
BAR
foo
don't double render me... {{baz}}
Escribir
Vista previa
Cargando…
Cancelar
Guardar