ibizsample0014_zh_CN.ts 301 字节
Newer Older
1 2 3 4 5 6 7 8 9
import IBIZSample0014_zh_CN_Base from './ibizsample0014_zh_CN_base';

function getLocaleResource(){
    const IBIZSample0014_zh_CN_OwnData = {};
    const targetData = Object.assign(IBIZSample0014_zh_CN_Base(), IBIZSample0014_zh_CN_OwnData);
    return targetData;
}

export default getLocaleResource;