mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-25 16:20:42 -05:00
13 lines
199 B
PHP
13 lines
199 B
PHP
<?php
|
|
|
|
return [
|
|
'posts' => [
|
|
'name' => 'Hírek',
|
|
],
|
|
'post_types' => [
|
|
'name' => 'Hírek Típusok',
|
|
],
|
|
'categories' => [
|
|
'name' => 'Kategóriák',
|
|
],
|
|
]; |