Update settings.js

This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2019-06-27 01:15:30 +07:00 committed by GitHub
parent c30f0efda1
commit 08c3fd543a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {},
};