ibizsample0007_zh_CN.ts 301 字节
Newer Older
1 2 3 4 5 6 7 8 9
import IBIZSample0007_zh_CN_Base from './ibizsample0007_zh_CN_base';

function getLocaleResource(){
    const IBIZSample0007_zh_CN_OwnData = {};
    const targetData = Object.assign(IBIZSample0007_zh_CN_Base(), IBIZSample0007_zh_CN_OwnData);
    return targetData;
}

export default getLocaleResource;