fix(mail(js)): map the NSLocale to the proper CKEditor locale

This commit is contained in:
Francis Lachapelle
2022-03-21 15:57:51 -04:00
parent 06497a729c
commit 7c0592e03e
3 changed files with 13 additions and 2 deletions
@@ -43,7 +43,7 @@
// Set the locale of CKEditor
this.localeCode = Preferences.defaults.LocaleCode;
this.ckConfig = { language: Preferences.defaults.LocaleCode };
this.ckConfig = { language: Preferences.defaults.ckLocaleCode };
this.composeType = Preferences.defaults.SOGoMailComposeMessageType;