kaystrobach / cldr
Add description here
Installs: 541
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-flow-package
Requires
- neos/flow: ~4.0
This package is auto-updated.
Last update: 2024-11-06 17:12:51 UTC
README
This typo3/flow
package contains basic functionality to access CLDR data, which is shipped with flow.
Flow ships a lowlevel API to access the data. The problem with that approach is, that this way often huge XML files are parsed which causes an huge impact on speed.
To fix that this package uses the caching mechanism shipped with flow and provides entities and value objects for langauges and soon also other cldr data like territories, currencies, etc.
Commandline
use
./flow help
to get more information about available commands. The important ones are described here:
./flow language:show --locale=de_DE
Will output all language names in german./flow language:show
Will output all language names in english