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

4
uk/units_weight_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 'тонн';
$units_weight_set['kg'] = 'кг';
$units_weight_set['g'] = 'гр';