Approval.
This commit is contained in:
@ -1,2 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_form_set = array (
|
||||
'cube' => 'cubo',
|
||||
'cuboid' => 'parallelepipedo (a base rettangolare) ',
|
||||
'sphere' => 'sfera',
|
||||
'cone' => 'cono',
|
||||
'cylinder' => 'cilindro',
|
||||
);
|
||||
|
Reference in New Issue
Block a user