fix identifier

This commit is contained in:
Julie Sigwart 2019-08-21 10:06:44 -07:00 committed by GitHub
parent a3db350acb
commit df151a54ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ const defaultState = {
[SETTINGS.FLOATING_PLAYER]: Boolean(getLocalStorageSetting(SETTINGS.FLOATING_PLAYER, true)),
},
isNight: false,
languages: { en: 'English', pl: 'Polish', id: 'Bahasa Indonesia', ger: 'German' }, // temporarily hard code these so we can advance i18n testing
languages: { en: 'English', pl: 'Polish', id: 'Bahasa Indonesia', de_DE: 'German' }, // temporarily hard code these so we can advance i18n testing
daemonSettings: {},
};