fix lang import sorting

This commit is contained in:
Dennis Eichhorn 2021-02-12 18:37:23 +01:00
parent c9d17fabd1
commit 526201e6e1
2 changed files with 12 additions and 2 deletions

View File

@ -12,11 +12,14 @@
declare(strict_types=1);
return ['Auditor' => [
'Action' => '',
'Audit' => '',
'Auditor' => '',
'Audits' => '',
'By' => '',
'CREATE' => '',
'Content' => '',
'DELETE' => '',
'Date' => '',
'Email' => '',
'Module' => '',
@ -25,6 +28,8 @@ return ['Auditor' => [
'Old' => '',
'Ref' => '',
'Subtype' => '',
'Type' => '',
'Trigger' => '',
'Type' => '',
'UNKNOWN' => '',
'UPDATE' => '',
]];

View File

@ -12,11 +12,14 @@
declare(strict_types=1);
return ['Auditor' => [
'Action' => '',
'Audit' => 'Audit',
'Auditor' => 'Auditor',
'Audits' => 'Audits',
'By' => 'By',
'CREATE' => '',
'Content' => 'Content',
'DELETE' => '',
'Date' => 'Date',
'Email' => 'Email',
'Module' => 'Module',
@ -25,6 +28,8 @@ return ['Auditor' => [
'Old' => 'Old',
'Ref' => 'Ref',
'Subtype' => 'Subtype',
'Type' => 'Type',
'Trigger' => '',
'Type' => 'Type',
'UNKNOWN' => '',
'UPDATE' => '',
]];