Approval.

This commit is contained in:
2020-08-07 09:39:40 +02:00
committed by Stefan Rohde-Enslin
parent 55c4123e33
commit 43d56254ab
25 changed files with 161 additions and 0 deletions

5
zh/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';