Allow for multiple locale and stabilise set language call
This commit is contained in:
parent
8f1ea84eb6
commit
a43ad8d881
2 changed files with 2 additions and 2 deletions
|
@ -258,7 +258,7 @@ export default abstract class BasePlatform {
|
|||
return null;
|
||||
}
|
||||
|
||||
async setLanguage(language: string) {
|
||||
async setLanguage(preferredLangs: string[]) {
|
||||
throw new Error("Unimplemented");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue