Approval.

This commit is contained in:
2020-08-07 10:13:47 +02:00
committed by Stefan Rohde-Enslin
parent 1ba7ec82c9
commit 4e0d40141c
19 changed files with 76 additions and 0 deletions

4
zh/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'] = '公克';