ride / web-i18n
I18n library integration in the web interface of the Ride framework
Installs: 4 080
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Requires
- ride/app: ^1.0.0
- ride/app-i18n: ^1.0.0
- ride/lib-dependency: ^1.0.0
- ride/lib-i18n: ^1.0.0
- ride/lib-log: ^1.0.0
- ride/lib-mvc: ^1.0.0
This package is auto-updated.
Last update: 2024-10-23 15:21:46 UTC
README
I18n library integration with the web interface of your Ride application.
Parameters
- i18n.http.disabled.locales: Comma separated list with codes of locales which will be disabled when detecting the locale with the Accept header of the incoming request.
- i18n.http.disabled.ignore: Array or string with paths which are ignored for the disabled locales.
Related Modules
- ride/app
- ride/app-i18n
- ride/app-i18n-de
- ride/app-i18n-en
- ride/app-i18n-fr
- ride/app-i18n-nl
- ride/lib-i18n
- ride/web
Installation
You can use Composer to install this application.
composer require ride/web-i18n