Approval.
This commit is contained in:
@ -1,2 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$timing_intervals_set = array (
|
||||
'weekly' => 'Щотижня',
|
||||
'monthly' => 'Щомісяця',
|
||||
'annual' => 'Щорічний',
|
||||
);
|
||||
|
Reference in New Issue
Block a user