mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations field.php (Italian) * New translations field.php (Hebrew) * New translations field.php (Greek) * New translations field.php (German) * New translations field.php (Arabic) * New translations field.php (Spanish) * New translations field.php (Bulgarian) * New translations field.php (Hebrew) * New translations field.php (Greek)
11 lines
150 B
PHP
11 lines
150 B
PHP
<?php
|
|
|
|
return [
|
|
'category' => [
|
|
'title' => 'Kategori',
|
|
],
|
|
'placeholderforsearch' => [
|
|
'title' => 'Placeholder',
|
|
],
|
|
];
|