From d4135d41d8be9c98d295a689df90b3a7e77737f9 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:11:27 +0300 Subject: [PATCH] New translations section.php (Persian) --- .../resources/lang/fa/section.php | 43 +++++++++---------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/fa/section.php b/addons/default/visiosoft/location-module/resources/lang/fa/section.php index 84c3d51cc..7f8ef58d2 100644 --- a/addons/default/visiosoft/location-module/resources/lang/fa/section.php +++ b/addons/default/visiosoft/location-module/resources/lang/fa/section.php @@ -1,25 +1,22 @@ [ - "title" =>"کشورها", - - ], - "cities" => [ - "title" =>"شهرها", - - ], - "districts" => [ - "title" =>"ولسوالی ها", - - ], - "neighborhoods" => [ - "title" =>"محله ها", - - ], - "village" => [ - "title" =>"روستا", - - ], - -]; \ No newline at end of file +return [ + 'countries' => [ + 'title' => 'کشورها', + ], + 'cities' => [ + 'title' => 'شهرها', + ], + 'districts' => [ + 'title' => 'ولسوالی ها', + ], + 'neighborhoods' => [ + 'title' => 'محله ها', + ], + 'village' => [ + 'title' => 'روستا', + ], + 'general' => 'General', + 'map' => 'Map', + 'setting' => 'Setting', +];