EVOLUTION-MANAGER
Edit File: constructor.js
export function Locale(config) { if (config != null) { this.set(config); } }