Change locale resolution

This commit is contained in:
Paulo Gustavo Veiga 2022-03-14 23:20:58 -03:00
parent 0f8d3a3c89
commit 152d7d9fad

View File

@ -35,7 +35,7 @@ export default abstract class AppI18n {
}
} else {
result = this.getBrowserLocale();
result = this.getDefaultLocale();
}
return result;
}