From c6e68a70a101928e11c0a5331cc4f271332c909f Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 9 Jun 2020 12:51:49 +0300 Subject: [PATCH] New translations section.php (Turkish) --- .../visiosoft/advs-module/resources/lang/tr/section.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/addons/default/visiosoft/advs-module/resources/lang/tr/section.php b/addons/default/visiosoft/advs-module/resources/lang/tr/section.php index 259db956a..907ee00c2 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/tr/section.php +++ b/addons/default/visiosoft/advs-module/resources/lang/tr/section.php @@ -40,4 +40,7 @@ return [ 'general' => 'Genel', 'ads' => 'İlan', 'user' => 'Kullanıcı', + 'options' => [ + 'title' => 'Options', + ], ];