dravencms/locale

Locale module for dravencms

Installs: 279

Dependents: 5

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 1

Type:dravencms-package

2.0.1 2024-03-27 23:23 UTC

This package is auto-updated.

Last update: 2024-04-27 23:34:19 UTC


README

This is a Locale module for dravencms

Instalation

The best way to install dravencms/locale is using Composer:

$ composer require dravencms/locale

Then you have to register extension in config.neon.

extensions:
	locale: Dravencms\Locale\DI\LocaleExtension
	translation: Kdyby\Translation\DI\TranslationExtension