fix lang import sorting

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

View File

@ -33,7 +33,9 @@ return ['HumanResourceManagement' => [
'Name' => '',
'Parent' => '',
'Personnel' => '',
'Phone' => '',
'Position' => '',
'ProfileImage' => '',
'Remarks' => '',
'Shifts' => '',
'Staff' => '',
@ -42,6 +44,4 @@ return ['HumanResourceManagement' => [
'Unit' => '',
'Vacation' => '',
'Work' => '',
'ProfileImage' => '',
'Phone' => '',
]];

View File

@ -33,7 +33,9 @@ return ['HumanResourceManagement' => [
'Name' => 'Name',
'Parent' => 'Parent',
'Personnel' => 'Personnel',
'Phone' => '',
'Position' => 'Position',
'ProfileImage' => '',
'Remarks' => 'Remarks',
'Shifts' => 'Shifts',
'Staff' => 'Staff',
@ -42,6 +44,4 @@ return ['HumanResourceManagement' => [
'Unit' => 'Unit',
'Vacation' => 'Vacation',
'Work' => 'Work',
'ProfileImage' => '',
'Phone' => '',
]];