feat(settings): make the formatting locale value adjustable

This commit is contained in:
Elian Doran
2025-03-25 19:56:07 +02:00
parent c4559749f1
commit b923a23d95
4 changed files with 8 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([
"promotedAttributesOpenInRibbon",
"editedNotesOpenInRibbon",
"locale",
"formattingLocale",
"firstDayOfWeek",
"languages",
"textNoteEditorType",