Broadcast language change to ElectroPlatform
This commit is contained in:
parent
65d55bd0d9
commit
8f1ea84eb6
2 changed files with 8 additions and 2 deletions
|
@ -258,7 +258,9 @@ export default abstract class BasePlatform {
|
|||
return null;
|
||||
}
|
||||
|
||||
setLanguage(preferredLangs: string[]) {}
|
||||
async setLanguage(language: string) {
|
||||
throw new Error("Unimplemented");
|
||||
}
|
||||
|
||||
setSpellCheckLanguages(preferredLangs: string[]) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue