11 lines
173 B
PHP
11 lines
173 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Names' => [
|
||
|
'Zmth' => 'mathematical notation',
|
||
|
'Zsye' => 'emoji',
|
||
|
'Zsym' => 'symbols',
|
||
|
'Zxxx' => 'unwritten',
|
||
|
],
|
||
|
];
|