mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Admin Panel localization (#467)
This commit is contained in:
parent
470b3645e2
commit
3dac6809d1
46 changed files with 1111 additions and 561 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
define('LANGS_PATH', __DIR__.'/../rainloop/v/0.0.0/langs');
|
||||
\define('IS_ADMIN', isset($_GET['admin']) && '1' === (string) $_GET['admin']);
|
||||
\define('LANGS_PATH', __DIR__.'/../rainloop/v/0.0.0/langs'.(IS_ADMIN ? '/admin' : ''));
|
||||
|
||||
function getLangStructure($sLangFile)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue