Approval.

This commit is contained in:
2020-08-07 09:36:44 +02:00
committed by Stefan Rohde-Enslin
parent 38c989b971
commit 55c4123e33
18 changed files with 90 additions and 0 deletions

5
ar/units_length_set.php Normal file
View File

@ -0,0 +1,5 @@
<?PHP
$units_length_set['m'] = 'm';
$units_length_set['dm'] = 'dm';
$units_length_set['cm'] = 'cm';
$units_length_set['mm'] = 'mm';