1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Add support for multi-language spell check (#6617)

This commit is contained in:
Anton Tuchkov
2022-08-27 16:05:44 +05:00
committed by GitHub
parent 8b06cbf04e
commit 0356cbbfab
8 changed files with 111 additions and 58 deletions

View File

@@ -848,6 +848,7 @@ export default class BaseApplication {
Setting.setValue('firstStart', 0);
} else {
Setting.applyDefaultMigrations();
Setting.applyUserSettingMigration();
}
setLocale(Setting.value('locale'));