translation-value-sets/dsb/units_weight_set.php

8 lines
108 B
PHP
Raw Permalink Normal View History

2020-08-07 10:13:47 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
declare(strict_types = 1);
2023-01-23 22:41:01 +01:00
$units_weight_set = array (
't' => 't',
'kg' => 'kg',
'g' => 'g',
);