mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -156,7 +156,7 @@ if ($is_admin) {
|
||||
if (Request::get('id')) {
|
||||
$area = Request::get('id');
|
||||
} else {
|
||||
Request::redirect('index.php?id=dashboard');
|
||||
Request::redirect(Site::url().'/admin/index.php?id=dashboard');
|
||||
}
|
||||
|
||||
$plugins_registered = Plugin::$plugins;
|
||||
|
10
plugins/sandbox/languages/ka-ge.lang.php
Normal file
10
plugins/sandbox/languages/ka-ge.lang.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'sandbox' => array(
|
||||
'Sandbox' => 'Sandbox',
|
||||
'Sandbox plugin for Monstra' => 'Sandbox-ის პლაგინი Monstra-თვის',
|
||||
'Sandbox template' => 'Sandbox-ის ნიმუში',
|
||||
'Save' => 'შენახვა',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user