zhangxiaoxu123456
2021-12-17 4d4a844ef624dde8667b314d353599297f6cb8d9
1
2
3
4
5
export function Locale(config) {
    if (config != null) {
        this.set(config);
    }
}