mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
fix(mail(js)): map the NSLocale to the proper CKEditor locale
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user