diff --git a/addons/default/visiosoft/location-module/resources/lang/sq/section.php b/addons/default/visiosoft/location-module/resources/lang/sq/section.php new file mode 100644 index 000000000..ced3f6e9e --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/sq/section.php @@ -0,0 +1,22 @@ + [ + 'title' => 'Countries', + ], + 'cities' => [ + 'title' => 'Cities', + ], + 'districts' => [ + 'title' => 'Districts', + ], + 'neighborhoods' => [ + 'title' => 'Neighborhoods', + ], + 'village' => [ + 'title' => 'Village', + ], + 'general' => 'General', + 'map' => 'Map', + 'setting' => 'Setting', +];