New translations section.php (Russian)

This commit is contained in:
Fatih Alp 2020-02-14 15:07:13 +03:00
parent de28b42df4
commit 9efa10d18a

View File

@ -1,13 +1,10 @@
<?php
return[
"category" => [
"title" =>"категория",
],
"placeholderforsearch" => [
"title" =>"Placeholderforsearch",
],
return [
'category' => [
'title' => 'Category',
],
'placeholderforsearch' => [
'title' => 'Placeholder',
],
];