fix lang import sorting

This commit is contained in:
Dennis Eichhorn 2021-02-12 18:37:23 +01:00
parent 2d9b25885f
commit 891acda207
2 changed files with 6 additions and 6 deletions

View File

@ -17,6 +17,7 @@ return ['Messages' => [
'BCC' => '',
'CC' => '',
'Date' => '',
'Delete' => '',
'Draft' => '',
'From' => '',
'Inbox' => '',
@ -27,6 +28,8 @@ return ['Messages' => [
'New' => '',
'Outbox' => '',
'Received' => '',
'Save' => '',
'Select' => '',
'Sent' => '',
'Spam' => '',
'Statistics' => '',
@ -38,7 +41,4 @@ return ['Messages' => [
'Trash' => '',
'Week' => '',
'Year' => '',
'Select' => '',
'Save' => '',
'Delete' => '',
]];

View File

@ -17,6 +17,7 @@ return ['Messages' => [
'BCC' => 'BCC',
'CC' => 'CC',
'Date' => 'Date',
'Delete' => '',
'Draft' => 'Draft',
'From' => 'From',
'Inbox' => 'Inbox',
@ -27,6 +28,8 @@ return ['Messages' => [
'New' => 'New',
'Outbox' => 'Outbox',
'Received' => 'Received',
'Save' => '',
'Select' => '',
'Sent' => 'Sent',
'Spam' => 'Spam',
'Statistics' => 'Statistics',
@ -38,7 +41,4 @@ return ['Messages' => [
'Trash' => 'Trash',
'Week' => 'Week',
'Year' => 'Year',
'Select' => '',
'Save' => '',
'Delete' => '',
]];