zhaojs
2023-06-30 6d49fdb33d5000eb1e1cfb778fe01c6a71446267
1
2
3
4
5
export function Locale(config) {
    if (config != null) {
        this.set(config);
    }
}