aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/templates/test/gettext/plural.twig
blob: 5bc44e9e654aacd635f52ba8699c7b4e79d15b06 (plain)
1
2
3
4
5
{% trans %}
One table
{% plural table_count %}
{{ count }} tables
{% endtrans %}