Approval.

This commit is contained in:
2022-10-05 19:46:31 +00:00
committed by md translation bot
parent 0759660c80
commit 188f5370b6
28 changed files with 275 additions and 0 deletions

7
uk/units_length_set.php Normal file
View File

@ -0,0 +1,7 @@
<?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'] = 'дюйм';