aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/Twig/Gettext/Test/Fixtures/twig/plural.twig
diff options
context:
space:
mode:
Diffstat (limited to 'inc/Twig/Gettext/Test/Fixtures/twig/plural.twig')
-rw-r--r--inc/Twig/Gettext/Test/Fixtures/twig/plural.twig5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/Twig/Gettext/Test/Fixtures/twig/plural.twig b/inc/Twig/Gettext/Test/Fixtures/twig/plural.twig
new file mode 100644
index 00000000..f9754ff4
--- /dev/null
+++ b/inc/Twig/Gettext/Test/Fixtures/twig/plural.twig
@@ -0,0 +1,5 @@
1{% trans %}
2 Hey {{ name }}, I have one apple.
3{% plural apple_count %}
4 Hey {{ name }}, I have {{ count }} apples.
5{% endtrans %}