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