client: Add language switcher in settings

This commit is contained in:
Elian Doran
2024-08-11 07:46:27 +03:00
parent 51afb63e25
commit bc648e981e
3 changed files with 43 additions and 1 deletions

View File

@@ -58,7 +58,8 @@ const ALLOWED_OPTIONS = new Set([
'customSearchEngineName',
'customSearchEngineUrl',
'promotedAttributesOpenInRibbon',
'editedNotesOpenInRibbon'
'editedNotesOpenInRibbon',
'locale'
]);
function getOptions() {