提交 470a39af 编写于 作者: WodahsOrez's avatar WodahsOrez

Merge branch 'EYSTYLE' of http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7 into EYSTYLE

......@@ -2,6 +2,7 @@
TARGET=PSSYSAPP
</#ibiztemplate>
// 基于 APP/src/locale/lang/en-US.ts.ftl 生成
import getCustomLocaleResource from '../custom/custom_en_US';
function getLocaleResource(){
const data:any = {
<#-- local langue english -->
......@@ -827,6 +828,7 @@ function getLocaleResource(){
"empty": ""
},
},
custom: getCustomLocaleResource(),
<#if app.getAllPSAppLans()??>
<#list app.getAllPSAppLans() as lans>
<#if lans.getLanguage() == 'EN' && lans.getAllPSLanguageItems?? && lans.getAllPSLanguageItems()??>
......@@ -836,7 +838,6 @@ function getLocaleResource(){
</#if>
</#list>
</#if>
<#-- userCustom: userCustom_en_US(), -->
};
return data;
}
......
......@@ -2,6 +2,7 @@
TARGET=PSSYSAPP
</#ibiztemplate>
// 基于 APP/src/locale/lang/zh-CN.ts.ftl 生成
import getCustomLocaleResource from '../custom/custom_zh_CN';
function getLocaleResource(){
const data:any = {
<#-- 本地化语言资源 中文 -->
......@@ -826,6 +827,7 @@ function getLocaleResource(){
"empty": "",
},
},
custom: getCustomLocaleResource(),
<#if app.getAllPSAppLans()??>
<#list app.getAllPSAppLans() as lans>
<#if lans.getLanguage() == 'ZH_CN' && lans.getAllPSLanguageItems?? && lans.getAllPSLanguageItems()??>
......@@ -835,7 +837,6 @@ function getLocaleResource(){
</#if>
</#list>
</#if>
<#-- userCustom: userCustom_zh_CN(), -->
};
return data;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册