From b6b25eb38e93a7518bc1bb7811d55d686241c8a3 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 24 Sep 2020 12:41:49 +0300 Subject: [PATCH] New translations setting.php (Bengali) --- .../visiosoft/cats-module/resources/lang/bn/setting.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/bn/setting.php b/addons/default/visiosoft/cats-module/resources/lang/bn/setting.php index ab795c85d..186660eaa 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/bn/setting.php +++ b/addons/default/visiosoft/cats-module/resources/lang/bn/setting.php @@ -2,6 +2,9 @@ return [ 'sitemap_dividing_number' => [ - 'name' => 'Sitemap Dividing Number', + 'name' => 'সাইটম্যাপ বিভাজক নম্বর', + ], + 'include_cities_sitemap' => [ + 'name' => 'সাইটম্যাপে শহরগুলি অন্তর্ভুক্ত করুন', ], ];