From e4d1f1918c96927c7be71e8f4027cd867898a963 Mon Sep 17 00:00:00 2001 From: David Drapeau Date: Tue, 8 Oct 2019 15:22:42 +0200 Subject: [PATCH] [ADD] add multi-languages for webpages content + translations source & fr_fr for home page general content --- models/home.php | 1 + themes/materialize/views/home.php | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/models/home.php b/models/home.php index 39073a8..9c41ef0 100644 --- a/models/home.php +++ b/models/home.php @@ -1,6 +1,7 @@

face

-
Well Done, you have successfully been able to log in. Which means installation is finished.
+ getTranslation('webpage_home_content_welldoneMessageSuccesInstall', $lang_code); ?>
@@ -78,7 +78,7 @@ if(isset($_SESSION['user'])){
-

Welcome to Wefra for Odoo 11.0

+ getTranslation('webpage_home_content_welcome', $lang_code); ?>
@@ -88,7 +88,9 @@ if(isset($_SESSION['user'])){
-

Included Libraries

+
+ getTranslation('webpage_home_content_includedLibrariesTitle', $lang_code); ?> +