summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/othertests/templates.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/othertests/templates.py b/tests/othertests/templates.py
index f848863f4b..0204303bbd 100644
--- a/tests/othertests/templates.py
+++ b/tests/othertests/templates.py
@@ -238,6 +238,9 @@ TEMPLATE_TESTS = {
# translation of plural form
'i18n09': ('{% i18n ngettext("singular", "plural", count) %}', {'count': 2}, "plural"),
+
+ # simple non-translation (only marking) of a string to german
+ 'i18n10': ('{% i18n gettext_noop("Page not found") %}', {'LANGUAGE_CODE': 'de'}, "Page not found"),
}
# This replaces the standard template_loader.