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