mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-11 15:48:41 +00:00
fix lang import sorting
This commit is contained in:
parent
f2b8be9fcc
commit
963155d1cb
|
|
@ -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' => '',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user