Approval.
This commit is contained in:
@ -1,2 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_form_set = array (
|
||||
'cube' => 'kocka',
|
||||
'cuboid' => 'téglatest',
|
||||
'sphere' => 'gömb',
|
||||
'cone' => 'kúp',
|
||||
'cylinder' => 'henger',
|
||||
);
|
||||
|
Reference in New Issue
Block a user