ride / app-i18n
Integration of the i18n library for a Ride application.
Installs: 4 361
Dependents: 17
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Requires
- ride/app: ^1.0.0
- ride/lib-i18n: ^1.0.0
README
Integration of the i18n library with a Ride application.
Parameters
- i18n.locale.%code%.%property%: Property of a locale, having at least one property (name) will define the locale
- i18n.order: Comma separated list of locale codes in the desired order of priority
- system.cache.translation: Path to the directory of the translation cache
- system.directory.l10n: Name of the translation directory (defaults to l10n)
- system.l10n.io.cache: Dependency id of the cached translation IO (defaults to json)
- system.l10n.io.default: Dependency id of the translation IO in use (defaults to json)
Related Modules
- ride/app
- ride/app-i18n-de
- ride/app-i18n-en
- ride/app-i18n-fr
- ride/app-i18n-fr_be
- ride/app-i18n-fr_fr
- ride/app-i18n-nl
- ride/app-i18n-nl_be
- ride/app-i18n-nl_nl
- ride/cli-i18n
- ride/lib-i18n
- ride/web-i18n
Installation
You can use Composer to install this module.
composer require ride/app-i18n