mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-23 15:27:40 -05:00
14 lines
202 B
PHP
14 lines
202 B
PHP
<?php
|
|
|
|
return [
|
|
'posts' => [
|
|
'name' => 'Inlägg',
|
|
],
|
|
'post_types' => [
|
|
'name' => 'Inläggstyper',
|
|
],
|
|
'categories' => [
|
|
'name' => 'Kategorier',
|
|
],
|
|
];
|