From 899887fcc48fa52da62a80b8bce005dc324d743a Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:04:50 +0300 Subject: [PATCH] New translations section.php (Turkish) --- .../resources/lang/tr/section.php | 40 ++++++++----------- 1 file changed, 17 insertions(+), 23 deletions(-) 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', + ], +];