Index: tests/test_site/pages/translate.md |
=================================================================== |
--- a/tests/test_site/pages/translate.md |
+++ b/tests/test_site/pages/translate.md |
@@ -1,9 +1,9 @@ |
-template = empty |
+template = default |
Simple TS with default: {{ simple[desc] Translate }}. |
Same TS with no default: {{ simple }}. |
TS with fixed text: {{fix-ts[fix] Fixed <fix>text</fix>}}. |
Nested translation: {{nested-ts <a href="{{nested-link http://foo.com/}}">Foo</a> and <a href="{{nested-link2 http://baz.com/}}">Baz</a>}}. |