Approval.
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$todo_status = array (
|
||||
'suggested' => 'Suggested',
|
||||
'planned' => 'Planned',
|
||||
'in_progress' => 'In progress',
|
||||
'done' => 'Done',
|
||||
'cancelled' => 'Cancelled',
|
||||
'suggested' => 'பரிந்துரைக்கப்பட்டது',
|
||||
'planned' => 'திட்டமிடப்பட்டது',
|
||||
'in_progress' => 'முன்னேற்றத்தில் உள்ளது',
|
||||
'done' => 'முடிந்தது',
|
||||
'cancelled' => 'ரத்து செய்யப்பட்டது',
|
||||
);
|
||||
|
Reference in New Issue
Block a user