zhaojs
2023-10-07 74f6db362e1aacb440eacce84e9433de1368a51a
1
2
3
4
5
export function Locale(config) {
    if (config != null) {
        this.set(config);
    }
}