mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-02-01 10:18:41 +00:00
fix lang import sorting
This commit is contained in:
parent
2d9b25885f
commit
891acda207
|
|
@ -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' => '',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -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' => '',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user