From 4f6c3c5f07f47cf84674f009c160fe8ed7fa3663 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 12 Feb 2020 13:17:16 +0300 Subject: [PATCH] New translations section.php (Albanian) --- .../resources/lang/sq/section.php | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 addons/default/visiosoft/location-module/resources/lang/sq/section.php 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', +];