From 524693eb047176d1047a47850c8d5978f7fa95ef Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 1 Jul 2020 01:14:36 +0300 Subject: [PATCH] New translations setting.php (Japanese) --- .../visiosoft/profile-module/resources/lang/ja/setting.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ja/setting.php b/addons/default/visiosoft/profile-module/resources/lang/ja/setting.php index 45dbefeff..b9ab74ffc 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ja/setting.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ja/setting.php @@ -7,4 +7,8 @@ return [ 'upload_avatar' => [ 'name' => 'アバターのアップロード', ], + + 'show_tax_office' => [ + 'name' => 'Show Tax Office Field', + ], ];