agitation / cldr-bundle
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 330
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- agitation/base-bundle: ~1.0
- agitation/intl-bundle: ~1.0
This package is not auto-updated.
Last update: 2022-07-23 07:48:40 UTC
README
Agitation is an e-commerce framework, based on Symfony2, focussed on extendability through plugged-in APIs, UIs, payment modules and other components.
AgitCldrBundle
This bundle provides data for internationalization, such as countries, currencies, timezones, locales.
This bundle ships its own copy of the ICU/CLDR data set and own data adapters,
rather than using the ones provided by Symfony’s Intl
component.
Why is that? We need the relationships between objects (e.g. which currency is
used in which country), and this information is (currently) not provided by the
Intl
bundle.