matthewbaggett/twig-extension-inflect

在twig中轻松实现字符串的复数和单数形式转换。

v1.3 2021-05-16 03:53 UTC

This package is auto-updated.

Last update: 2024-09-16 10:56:04 UTC


README

在twig中轻松实现字符串的复数和单数形式转换

Build Status

使用方法

    {{ variable|singularise }}

    {{ variable|pluralise }}

鸣谢

构建在Gone.io/inflection之上,而Gone.io/inflection又是基于其他人的工作构建的。