diff --git a/addons/default/visiosoft/location-module/resources/lang/fa/addon.php b/addons/default/visiosoft/location-module/resources/lang/fa/addon.php index 053e43f4b..58a1824a6 100644 --- a/addons/default/visiosoft/location-module/resources/lang/fa/addon.php +++ b/addons/default/visiosoft/location-module/resources/lang/fa/addon.php @@ -1,7 +1,7 @@ "محل", - "name" =>"ماژول مکان", - "description" =>"شرح" -]; \ No newline at end of file +return [ + 'title' => 'محل', + 'name' => 'ماژول مکان', + 'description' => 'شرح', +];