mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Languages for #385
This commit is contained in:
parent
90b3a2155d
commit
bbbe69a9df
69 changed files with 173 additions and 103 deletions
|
|
@ -5,7 +5,7 @@ class KolabPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
const
|
||||
NAME = 'Kolab',
|
||||
VERSION = '0.2',
|
||||
RELEASE = '2022-05-18',
|
||||
RELEASE = '2022-05-19',
|
||||
CATEGORY = 'Contacts',
|
||||
DESCRIPTION = 'Use an Address Book of Kolab.',
|
||||
REQUIRED = '2.15.4';
|
||||
|
|
@ -14,6 +14,8 @@ class KolabPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
{
|
||||
// \RainLoop\Api::Config()->Set('contacts', 'enable', true);
|
||||
if (\RainLoop\Api::Config()->Get('contacts', 'enable', false)) {
|
||||
$this->UseLangs(true);
|
||||
|
||||
$this->addHook('filter.app-data', 'FilterAppData');
|
||||
$this->addHook('main.fabrica', 'MainFabrica');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue