From c7e25e1fb5439098d0358f6ae1aa6d73c3150049 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:13:23 +0300 Subject: [PATCH] New translations setting.php (Italian) --- .../profile-module/resources/lang/it/setting.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 addons/default/visiosoft/profile-module/resources/lang/it/setting.php diff --git a/addons/default/visiosoft/profile-module/resources/lang/it/setting.php b/addons/default/visiosoft/profile-module/resources/lang/it/setting.php new file mode 100644 index 000000000..7dfd5b0a8 --- /dev/null +++ b/addons/default/visiosoft/profile-module/resources/lang/it/setting.php @@ -0,0 +1,10 @@ + [ + 'name' => 'Show My Ads Tab', + ], + 'upload_avatar' => [ + 'name' => 'Avatar Upload', + ], +];