Added more translations

This commit is contained in:
Jamie 2017-10-27 09:51:19 +01:00
commit 55cddecb6c
6 changed files with 22 additions and 1 deletions

View file

@ -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() {

View file

@ -0,0 +1,4 @@
{
"Login": {
}
}

View file

@ -0,0 +1,4 @@
{
"Login": {
}
}

View file

@ -0,0 +1,5 @@
{
"Login": {
}
}

View file

@ -0,0 +1,4 @@
{
"Login": {
}
}

View file

@ -0,0 +1,4 @@
{
"Login": {
}
}