visol / locales
TYPO3 扩展的日常标签。
0.0.3
2022-07-06 13:07 UTC
Requires
- typo3/cms-core: ^8 || ^9 || ^10 || ^11
This package is auto-updated.
Last update: 2024-09-18 05:08:38 UTC
README
此扩展将标准标签(如星期几和月份名称)带到您的指尖。
用法
在您的扩展中,您可以使用标准的 TYPO3 API 获取本地化标签。
后端用法
$GLOBALS['LANG']->sL('LLL:EXT:locales/Resources/Private/Language/locallang.xlf:day.full.1');
前端用法
$GLOBALS['TSFE']->sL('LLL:EXT:locales/Resources/Private/Language/locallang.xlf:day.full.1');
祝您玩得开心,并请参与在 https://translation.typo3.org/projects/TYPO3.ext.locales/ 上的翻译。