There is no license information available for the latest version (1.0.0) of this package.

Add description here

Installs: 541

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-flow-package

1.0.0 2018-03-14 18:50 UTC

This package is auto-updated.

Last update: 2024-05-06 16:12:03 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