Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(locale) {
this.currentLocale = locale;
this.banana = new Banana(locale, {
messages: English
});
this.t = this.t.bind(this);
}
async init(locale) {