Add Language Support : Bahasa Indonesia #2577

Merged
ykris45 merged 2 commits from patch-10 into master 2019-07-01 21:05:38 +02:00
Showing only changes of commit 08c3fd543a - Show all commits

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