1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00
This commit is contained in:
Laurent Cozic
2020-11-27 12:03:32 +00:00
parent cb696276da
commit dfa928c1f7

View File

@@ -37,6 +37,7 @@ export default class SpellCheckerServiceDriverNative extends SpellCheckerService
for (const toTry of languagesToTry) {
try {
this.session().setSpellCheckerLanguages([toTry]);
logger.info(`Set effective language from "${v}" to "${toTry}"`);
return;
} catch (error) {
logger.warn(`Failed to set language to "${toTry}". Will try the next one in this list: ${JSON.stringify(languagesToTry)}`);