mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-15 17:58:41 +00:00
fix lang import sorting
This commit is contained in:
parent
98b56fba50
commit
8fd0a1f1ea
|
|
@ -12,6 +12,7 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Editor' => [
|
return ['Editor' => [
|
||||||
|
'Add' => '',
|
||||||
'Created' => 'Erstellt',
|
'Created' => 'Erstellt',
|
||||||
'Creator' => 'Ersteller',
|
'Creator' => 'Ersteller',
|
||||||
'Documents' => 'Dokumente',
|
'Documents' => 'Dokumente',
|
||||||
|
|
@ -26,5 +27,4 @@ return ['Editor' => [
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
'Text' => 'Text',
|
'Text' => 'Text',
|
||||||
'Title' => 'Titel',
|
'Title' => 'Titel',
|
||||||
'Add' => '',
|
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Editor' => [
|
return ['Editor' => [
|
||||||
|
'Add' => '',
|
||||||
'Created' => 'Created',
|
'Created' => 'Created',
|
||||||
'Creator' => 'Creator',
|
'Creator' => 'Creator',
|
||||||
'Documents' => 'Documents',
|
'Documents' => 'Documents',
|
||||||
|
|
@ -26,5 +27,4 @@ return ['Editor' => [
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
'Text' => 'Text',
|
'Text' => 'Text',
|
||||||
'Title' => 'Title',
|
'Title' => 'Title',
|
||||||
'Add' => '',
|
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user