fix lang import sorting

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

View File

@ -19,13 +19,17 @@ return ['ProjectManagement' => [
'Created' => '',
'Creator' => '',
'Description' => '',
'End' => '',
'Due' => '',
'End' => '',
'Exponential' => '',
'Files' => '',
'Finished' => '',
'Hold' => '',
'Inactive' => '',
'Linear' => '',
'Log' => '',
'Manager' => '',
'Manual' => '',
'Name' => '',
'Other' => '',
'Progress' => '',
@ -34,11 +38,7 @@ return ['ProjectManagement' => [
'Responsibility' => '',
'Start' => '',
'Status' => '',
'Tasks' => '',
'Title' => '',
'UserGroup' => '',
'Manual' => '',
'Linear' => '',
'Exponential' => '',
'Log' => '',
'Tasks' => '',
]];

View File

@ -19,13 +19,17 @@ return ['ProjectManagement' => [
'Created' => 'Created',
'Creator' => 'Creator',
'Description' => 'Description',
'End' => 'End',
'Due' => 'Due',
'End' => 'End',
'Exponential' => 'Exponential',
'Files' => 'Files',
'Finished' => 'Finished',
'Hold' => 'Hold',
'Inactive' => 'Inactive',
'Linear' => 'Linear',
'Log' => 'Log',
'Manager' => 'Manager',
'Manual' => 'Manual',
'Name' => 'Name',
'Other' => 'Other',
'Progress' => 'Progress',
@ -34,11 +38,7 @@ return ['ProjectManagement' => [
'Responsibility' => 'Responsibility',
'Start' => 'Start',
'Status' => 'Status',
'Tasks' => 'Tasks',
'Title' => 'Title',
'UserGroup' => 'User/Group',
'Manual' => 'Manual',
'Linear' => 'Linear',
'Exponential' => 'Exponential',
'Log' => 'Log',
'Tasks' => 'Tasks',
]];