From 02704c591efbc0e4a89310bb7684871208757b2f Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 1 Jul 2020 01:14:45 +0300 Subject: [PATCH] New translations setting.php (Korean) --- .../visiosoft/profile-module/resources/lang/ko/setting.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ko/setting.php b/addons/default/visiosoft/profile-module/resources/lang/ko/setting.php index d01f571ca..17f6a0c13 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ko/setting.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ko/setting.php @@ -7,4 +7,8 @@ return [ 'upload_avatar' => [ 'name' => '아바타 업로드', ], + + 'show_tax_office' => [ + 'name' => 'Show Tax Office Field', + ], ];