newebtime / localization-extension
PyroCMS 和 Streams 平台的 Intl 扩展
1.1.3
2021-02-19 18:45 UTC
Requires
- anomaly/streams-platform: ^1.6
- lozhkindm/laravel-intl: ^3.0
README
PyroCMS 和 Streams 平台的 Intl 扩展。实现 propaganistas/laravel-intl
。
安装
composer required newebtime/localization-extension
提供
- 所有
propaganistas/laravel-intl
功能都可用。 - 实现 Twig 函数:
country
、currency
、language
、number
。
有关用法,请参阅 propaganistas/laravel-intl
。
插件
该扩展附带 2 个捆绑插件
money-field_type
- 类似于核心
decimal-field_type
,但使用本地化而非字段配置。
- 类似于核心
currency-field_type
- 类似于核心
select-field_type
,但使用本地化货币。
- 类似于核心