ride / web-i18n
I18n library integration in the web interface of the Ride framework
1.2.0
2023-08-23 12:45 UTC
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: 2026-02-23 18:07:09 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