Update settings.js
This commit is contained in:
parent
c30f0efda1
commit
08c3fd543a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const defaultState = {
|
|||
[SETTINGS.OS_NOTIFICATIONS_ENABLED]: Boolean(getLocalStorageSetting(SETTINGS.OS_NOTIFICATIONS_ENABLED, true)),
|
||||
},
|
||||
isNight: false,
|
||||
languages: { en: 'English', pl: 'Polish' }, // temporarily hard code these so we can advance i18n testing
|
||||
languages: { en: 'English', pl: 'Polish', id: 'Bahasa Indonesia' }, // temporarily hard code these so we can advance i18n testing
|
||||
daemonSettings: {},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue