Added more translations

pull/1634/head
Jamie 7 years ago
parent 2ca97083a3
commit 55cddecb6c

@ -32,7 +32,7 @@ export class AppComponent implements OnInit {
// See if we can match the supported langs with the current browser lang
const browserLang: string = translate.getBrowserLang();
this.translate.use(browserLang.match(/en|fr/) ? browserLang : "en");
this.translate.use(browserLang.match(/en|fr|da|de|es|it|nl/) ? browserLang : "en");
}
public ngOnInit() {

Loading…
Cancel
Save