diff --git a/examples/i18n.js b/examples/i18n.js index f85a457..2053321 100644 --- a/examples/i18n.js +++ b/examples/i18n.js @@ -1,3 +1,4 @@ var i18n = { - bar: "BAR" + bar: "don't double render me... {{baz}}", + baz: "FAIL" }; \ No newline at end of file diff --git a/examples/i18n.txt b/examples/i18n.txt index 46c7bbf..5ab5fb8 100644 --- a/examples/i18n.txt +++ b/examples/i18n.txt @@ -1 +1 @@ -foo BAR +foo don't double render me... {{baz}}