From 58d3fe517923b61ed37391f49bf03f1f18847796 Mon Sep 17 00:00:00 2001 From: wangjr Date: Fri, 31 Dec 2021 09:01:23 +0800 Subject: [PATCH] =?UTF-8?q?#886=E5=A2=9E=E5=8A=A0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=8F=8D=E9=A6=88=E6=84=8F=E8=A7=81=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- options/locale/locale_en-US.ini | 4 ++++ options/locale/locale_zh-CN.ini | 4 ++++ templates/base/footer_content.tmpl | 6 ++++++ templates/base/footer_content_fluid.tmpl | 5 +++++ 4 files changed, 19 insertions(+) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index d15d97e38..95c193dc9 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2659,4 +2659,8 @@ foot.member_news = Member news foot.industry_advisory = Industry Advisory foot.help = help foot.copyright= Copyright: New Generation Artificial Intelligence Open Source Open Platform (OpenI) +<<<<<<< Updated upstream Platform_Tutorial=Platform Tutorial +======= +foot.advice_feedback=advice feedback +>>>>>>> Stashed changes diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index ebfdb5281..d09c120b9 100755 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -2667,4 +2667,8 @@ foot.member_news=成员动态 foot.industry_advisory=行业资讯 foot.help=帮助 foot.copyright= 版权所有:新一代人工智能开源开放平台(OpenI) +<<<<<<< Updated upstream Platform_Tutorial=新手指引 +======= +foot.advice_feedback = 意见反馈 +>>>>>>> Stashed changes diff --git a/templates/base/footer_content.tmpl b/templates/base/footer_content.tmpl index a5c1e060b..9a708fc2c 100755 --- a/templates/base/footer_content.tmpl +++ b/templates/base/footer_content.tmpl @@ -28,6 +28,12 @@ {{.i18n.Tr "custom.Platform_Tutorial"}} {{if .EnableSwagger}}API{{end}} + {{if .IsSigned}} + {{.i18n.Tr "custom.foot.advice_feedback"}} + {{else}} + {{.i18n.Tr "custom.foot.advice_feedback"}} + {{end}} + {{template "custom/extra_links_footer" .}} diff --git a/templates/base/footer_content_fluid.tmpl b/templates/base/footer_content_fluid.tmpl index f742a66e2..8d9f2ba40 100644 --- a/templates/base/footer_content_fluid.tmpl +++ b/templates/base/footer_content_fluid.tmpl @@ -28,6 +28,11 @@ {{.i18n.Tr "custom.Platform_Tutorial"}} {{if .EnableSwagger}}API{{end}} + {{if .IsSigned}} + {{.i18n.Tr "custom.foot.advice_feedback"}} + {{else}} + {{.i18n.Tr "custom.foot.advice_feedback"}} + {{end}} {{template "custom/extra_links_footer" .}}