constructor.js (93B)
1export function Locale(config) { 2 if (config != null) { 3 this.set(config); 4 } 5}