From 22d7bca4c4c5031141037a65b02ee330d33ddc2d Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 9 Jun 2020 12:53:38 +0300 Subject: [PATCH] New translations section.php (Japanese) --- .../visiosoft/advs-module/resources/lang/ja/section.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/addons/default/visiosoft/advs-module/resources/lang/ja/section.php b/addons/default/visiosoft/advs-module/resources/lang/ja/section.php index a6709f6f0..2963567e5 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ja/section.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ja/section.php @@ -40,4 +40,7 @@ return [ 'general' => '一般的な', 'ads' => '広告', 'user' => 'ユーザー', + 'options' => [ + 'title' => 'Options', + ], ];