mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-23 15:27:40 -05:00
9 lines
134 B
PHP
9 lines
134 B
PHP
<?php
|
|
|
|
return [
|
|
'posts' => 'Posts',
|
|
'fields' => 'Fields',
|
|
'archive' => 'Archive',
|
|
'tagged' => 'Tagged ":tag"',
|
|
];
|