fix lang import sorting

This commit is contained in:
Dennis Eichhorn 2021-02-12 18:37:23 +01:00
parent 98b56fba50
commit 8fd0a1f1ea
2 changed files with 2 additions and 2 deletions

View File

@ -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' => '',
]]; ]];

View File

@ -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' => '',
]]; ]];