File size: 93 Bytes
19605ab
 
 
 
 
1
2
3
4
5
6
export function Locale(config) {
    if (config != null) {
        this.set(config);
    }
}