ride/web-i18n

I18n library integration in the web interface of the Ride framework

1.2.0 2023-08-23 12:45 UTC

This package is auto-updated.

Last update: 2024-04-23 14:18:36 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

Installation

You can use Composer to install this application.

composer require ride/web-i18n