Skip to content

dravencms/locale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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