| Index: tests/test_site/pages/translate-tmpl.tmpl |
| =================================================================== |
| --- a/tests/test_site/pages/translate-tmpl.tmpl |
| +++ b/tests/test_site/pages/translate-tmpl.tmpl |
| @@ -1,10 +1,8 @@ |
| -template = empty |
| - |
| <html> |
| <body> |
| Simple TS with default: {{ 'Translate' | translate('simple') }}. |
| Same TS with no default: {{ get_string('simple') }}. |
| TS with fixed text: {{ 'Fixed <fix>text</fix>' | translate('fix-ts') }}. |