sinso/locales

Day-to-day labels for TYPO3 extensions.

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Package info

github.com/sinso/ext-locales

Type:typo3-cms-extension

pkg:composer/sinso/locales

Statistics

Installs: 2 400

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

0.0.1 2016-09-20 13:08 UTC

This package is not auto-updated.

Last update: 2019-05-21 17:38:11 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/