visol / locales
Day-to-day labels for TYPO3 extensions.
Package info
Type:typo3-cms-extension
pkg:composer/visol/locales
0.0.4
2025-04-22 09:23 UTC
Requires
- typo3/cms-core: ^8 || ^9 || ^10 || ^11 || ^12
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-23 05:35:34 UTC
README
This extension brings standard labels such as week days and month names to your fingertip.
Usage
Within your extension, you may use the standard TYPO3 API to fetch localized labels.
For Backend usage:
$GLOBALS['LANG']->sL('LLL:EXT:locales/Resources/Private/Language/locallang.xlf:day.full.1');
For Frontend usage:
$GLOBALS['TSFE']->sL('LLL:EXT:locales/Resources/Private/Language/locallang.xlf:day.full.1');
Have fun, and please contribute to the translation on https://translation.typo3.org/projects/TYPO3.ext.locales/