Renamed language names to their natives

This change will allow users to easly find their language even if they not know english very well.
This commit is contained in:
kodxana 2019-10-01 20:41:36 +02:00 committed by Sean Yesmunt
parent 6f0d42cb37
commit a0e0684d14

View file

@ -5,7 +5,7 @@ import moment from 'moment';
const reducers = {};
const defaultState = {
isNight: false,
languages: { en: 'English', pl: 'Polish', id: 'Bahasa Indonesia', de: 'German' }, // this could/should be loaded directly from Transifex and/or lbry.com
languages: { en: 'English', pl: 'Polski', id: 'Bahasa Indonesia', de: 'Deutsche' }, // this could/should be loaded directly from Transifex and/or lbry.com
isFetchingLanguage: false,
daemonSettings: {},
clientSettings: {