diff --git a/addons/default/visiosoft/location-module/resources/lang/tr/section.php b/addons/default/visiosoft/location-module/resources/lang/tr/section.php index 5f90ba31c..54a56bbcd 100644 --- a/addons/default/visiosoft/location-module/resources/lang/tr/section.php +++ b/addons/default/visiosoft/location-module/resources/lang/tr/section.php @@ -1,25 +1,19 @@ [ - "title" =>"Ülke", - - ], - "cities" => [ - "title" =>"İl", - - ], - "districts" => [ - "title" =>"İlçer", - - ], - "neighborhoods" => [ - "title" =>"Mahalle", - - ], - "village" => [ - "title" =>"Köy", - - ], - -]; \ No newline at end of file +return [ + 'countries' => [ + 'title' => 'Ülke', + ], + 'cities' => [ + 'title' => 'İl', + ], + 'districts' => [ + 'title' => 'İlçer', + ], + 'neighborhoods' => [ + 'title' => 'Mahalle', + ], + 'village' => [ + 'title' => 'Köy', + ], +];