Skip to content

Commit

Permalink
[FIX] Add italian as possible default language
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienCoutault committed Nov 19, 2019
1 parent d4297c2 commit 5591b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class AppComponent implements OnInit, AfterViewInit {

ngOnInit() {

this.translate.addLangs(["en", "fr", "es"]);
this.translate.addLangs(["en", "fr", "es", "it"]);
this.translate.setDefaultLang(this.settingsService.language);

if(isElectron) {
Expand Down

0 comments on commit 5591b36

Please sign in to comment.