Explorar el Código

updated i18n test

tags/0.4.0
Ben Cherry hace 15 años
padre
commit
033bdd9f79
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. +2
    -1
      examples/i18n.js
  2. +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}}

Cargando…
Cancelar
Guardar