Approval.

This commit is contained in:
2025-06-30 16:21:25 +00:00
committed by md translation bot
parent 1bb2710cad
commit b032391f23
64 changed files with 640 additions and 640 deletions

View File

@ -1,10 +1,10 @@
<?PHP
declare(strict_types = 1);
$units_length_set = array (
'm' => 'm',
'dm' => 'dm',
'cm' => 'cm',
'mm' => 'mm',
'ft' => 'ft',
'in' => 'inch',
'm' => 'M',
'dm' => 'Dm',
'cm' => 'Cm',
'mm' => 'Mm',
'ft' => 'Ft',
'in' => 'అంగుళం',
);