Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 399 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 399 Bytes

Dravencms Locale module

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