From 17e3497b2ff917f3e464ef9e2f2e40f858e4c34f Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:21:10 +0300 Subject: [PATCH] New translations section.php (Swedish) --- .../resources/lang/sv/section.php | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 addons/default/visiosoft/location-module/resources/lang/sv/section.php diff --git a/addons/default/visiosoft/location-module/resources/lang/sv/section.php b/addons/default/visiosoft/location-module/resources/lang/sv/section.php new file mode 100644 index 000000000..decb57be4 --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/sv/section.php @@ -0,0 +1,22 @@ + [ + 'title' => 'Länder', + ], + 'cities' => [ + 'title' => 'städer', + ], + 'districts' => [ + 'title' => 'distrikt', + ], + 'neighborhoods' => [ + 'title' => 'stadsdelar', + ], + 'village' => [ + 'title' => 'By', + ], + 'general' => 'Allmän', + 'map' => 'Karta', + 'setting' => 'Miljö', +];