Files
translation-value-sets/te/units_weight_set.php
2025-06-30 16:21:25 +00:00

8 lines
140 B
PHP

<?PHP
declare(strict_types = 1);
$units_weight_set = array (
't' => 'టి',
'kg' => 'కిలోలు',
'g' => 'గ్రా',
);