Files
translation-value-sets/hi/units_weight_set.php
2025-07-11 06:37:45 +00:00

8 lines
143 B
PHP

<?PHP
declare(strict_types = 1);
$units_weight_set = array (
't' => 'टी',
'kg' => 'किलोग्राम',
'g' => 'जी',
);