fix lang import sorting

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

View File

@ -29,8 +29,8 @@ return ['Profile' => [
'Currency' => 'Währung',
'Currencyformat' => 'Währungsformat',
'Customized' => 'Manuell',
'DecimalPoint' => 'Dezimalpunkt',
'DateDelim' => 'Datumstrennung',
'DecimalPoint' => 'Dezimalpunkt',
'Defaults' => 'Standards',
'Email' => 'Email',
'Fast' => 'Schnell',
@ -49,9 +49,9 @@ return ['Profile' => [
'Name' => 'Name',
'Numberformat' => 'Zahlenformat',
'Numeric' => 'Zahlen',
'Occupation' => 'Beruf',
'OFF' => 'OFF',
'ON' => 'ON',
'Occupation' => 'Beruf',
'Phone' => 'Telefon',
'Precision' => 'Nachkommastellen',
'Profile' => 'Profil',
@ -60,6 +60,7 @@ return ['Profile' => [
'Ranks' => 'Rang',
'Registered' => 'Registriert',
'Sea' => 'Meer',
'Search' => '',
'Short' => 'Kurz',
'Skype' => 'Skype',
'Slow' => 'Lagsam',
@ -86,10 +87,6 @@ return ['Profile' => [
'Volume' => 'Volumen',
'Weight' => 'Gewicht',
'Zip' => 'Postleitzahl',
'cType1' => '',
'cType2' => '',
'cType3' => '',
'cType4' => '',
'aType1' => '',
'aType2' => '',
'aType3' => '',
@ -97,4 +94,8 @@ return ['Profile' => [
'aType5' => '',
'aType6' => '',
'aType7' => '',
'cType1' => '',
'cType2' => '',
'cType3' => '',
'cType4' => '',
]];

View File

@ -29,8 +29,8 @@ return ['Profile' => [
'Currency' => 'Currency',
'Currencyformat' => 'Currencyformat',
'Customized' => 'Customized',
'DecimalPoint' => 'Decimal Point',
'DateDelim' => 'Date Separator',
'DecimalPoint' => 'Decimal Point',
'Defaults' => 'Defaults',
'Email' => 'Email',
'Fast' => 'Fast',
@ -49,9 +49,9 @@ return ['Profile' => [
'Name' => 'Name',
'Numberformat' => 'Numberformat',
'Numeric' => 'Numeric',
'Occupation' => 'Occupation',
'OFF' => 'OFF',
'ON' => 'ON',
'Occupation' => 'Occupation',
'Phone' => 'Phone',
'Precision' => 'Precision',
'Profile' => 'Profile',
@ -60,6 +60,7 @@ return ['Profile' => [
'Ranks' => 'Ranks',
'Registered' => 'Registered',
'Sea' => 'Sea',
'Search' => '',
'Short' => 'Short',
'Skype' => 'Skype',
'Slow' => 'Slow',
@ -86,10 +87,6 @@ return ['Profile' => [
'Volume' => 'Volume',
'Weight' => 'Weight',
'Zip' => 'Zip',
'cType1' => 'Phone',
'cType2' => 'Fax',
'cType3' => 'Website',
'cType4' => 'Email',
'aType1' => 'Home',
'aType2' => 'Business',
'aType3' => 'Shipping',
@ -97,4 +94,8 @@ return ['Profile' => [
'aType5' => 'Work',
'aType6' => 'Contract',
'aType7' => 'Other',
'cType1' => 'Phone',
'cType2' => 'Fax',
'cType3' => 'Website',
'cType4' => 'Email',
]];