translation-value-sets/tl/units_weight_set.php

10 lines
132 B
PHP
Raw Normal View History

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