Files
translation-value-sets/ta/timing_intervals_set.php
2025-06-17 09:45:22 +00:00

8 lines
192 B
PHP

<?PHP
declare(strict_types = 1);
$timing_intervals_set = array (
'weekly' => 'வாராந்திர',
'monthly' => 'மாதாந்திர',
'annual' => 'ஆண்டு',
);