matthewbaggett / twig-extension-inflect
在twig中轻松实现字符串的复数和单数形式转换。
v1.3
2021-05-16 03:53 UTC
Requires
- php: ^7.4 || ^8.0
- matthewbaggett/inflection: ^2.1
- twig/twig: ^3.0
Requires (Dev)
- kint-php/kint: ^2.1
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2024-09-16 10:56:04 UTC
README
在twig中轻松实现字符串的复数和单数形式转换
使用方法
{{ variable|singularise }}
或
{{ variable|pluralise }}
鸣谢
构建在Gone.io/inflection之上,而Gone.io/inflection又是基于其他人的工作构建的。