Approval.
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
<?PHP
|
||||
$units_length_set['m'] = 'м';
|
||||
$units_length_set['dm'] = 'дм';
|
||||
$units_length_set['cm'] = 'см';
|
||||
$units_length_set['mm'] = 'мм';
|
||||
$units_length_set['ft'] = 'фут';
|
||||
$units_length_set['in'] = 'дюйм';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'units_length_set' =>
|
||||
array (
|
||||
'm' => 'м',
|
||||
'dm' => 'дм',
|
||||
'cm' => 'см',
|
||||
'mm' => 'мм',
|
||||
'ft' => 'фут',
|
||||
'in' => 'дюйм',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user