mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 03:46:39 +00:00
10 lines
253 B
Plaintext
Executable File
10 lines
253 B
Plaintext
Executable File
--TEST--
|
|
"plural" filter
|
|
--TEMPLATE--
|
|
{{ 'partition'|plural('it') }}
|
|
|
|
--DATA--
|
|
return []
|
|
|
|
--EXCEPTION--
|
|
Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("Locale "it" is not supported.") in "index.twig" at line 2. |