From 4b2d8bd727bd96e8f652750fed701d22da78c8bf Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 1 Apr 2020 10:01:06 +0300 Subject: [PATCH] New translations button.php (Albanian) --- .../visiosoft/location-module/resources/lang/sq/button.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/sq/button.php b/addons/default/visiosoft/location-module/resources/lang/sq/button.php index 1b21b4fe6..a256d4ec9 100644 --- a/addons/default/visiosoft/location-module/resources/lang/sq/button.php +++ b/addons/default/visiosoft/location-module/resources/lang/sq/button.php @@ -2,7 +2,7 @@ return [ 'new_country' => 'Vendi i ri', - 'new_city' => 'Qyteti i ri', + 'new_city' => 'Qyteti i Ri', 'new_district' => 'Rrethi i Ri', 'new_neighborhood' => 'Lagjja e Re', 'new_village' => 'Fshati i Ri', @@ -13,5 +13,5 @@ return [ 'add_sub_village' => 'Shtoni Nën Fshatin', 'sub_districts' => 'Nën Rrethet', 'sub_neighborhoods' => 'Nën lagjet', - 'sub_village' => 'Nën fshat', + 'sub_village' => 'Nën Fshat', ];