<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
export const localList: any[] = [
<#-- 语言资源列表 -->
{
type: 'zh-CN',
name: '中文简体',
},
<#if app.getAllPSAppLans()??>
<#list app.getAllPSAppLans() as lans>
<#if lans.getLanguage() == 'EN'>
{
type: 'en-US',
name: 'English',
},
</#if>
</#list>
</#if>
];
-
由 ibizdev 提交于101e1714