Approval.
This commit is contained in:
@ -1,4 +1,10 @@
|
||||
<?PHP
|
||||
$research_status['bad'] = 'Nicht gut erforscht';
|
||||
$research_status['medium'] = 'Teilweise erforscht';
|
||||
$research_status['good'] = 'Gut erforscht';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'research_status' =>
|
||||
array (
|
||||
'bad' => 'Nicht gut erforscht',
|
||||
'medium' => 'Teilweise erforscht',
|
||||
'good' => 'Gut erforscht',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user