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

7 lines
132 B
PHP

<?PHP
declare(strict_types = 1);
$loan_types = array (
'outgoing' => 'जावक',
'incoming' => 'आने वाली',
);