From 75f5023c8a09f8a8fc9db1c9db57d6b9fba26cc2 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:21 +0300 Subject: [PATCH] New translations stream.php (Japanese) --- .../visiosoft/profile-module/resources/lang/ja/stream.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ja/stream.php b/addons/default/visiosoft/profile-module/resources/lang/ja/stream.php index 2364e891f..0c3a75c8b 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ja/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ja/stream.php @@ -7,4 +7,10 @@ return [ 'adress' => [ 'name' => '住所', ], + 'education' => [ + 'name' => 'Education', + ], + 'education_part' => [ + 'name' => 'Education part', + ], ];