1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Notify electron of language changes

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2020-02-24 17:11:08 +00:00
parent 2bd32050fc
commit 9bcea0aeca
2 changed files with 8 additions and 0 deletions

View File

@@ -162,4 +162,6 @@ export default class BasePlatform {
getEventIndexingManager(): BaseEventIndexManager | null {
return null;
}
async setLanguage(preferredLangs: string[]): Promise<void> {}
}