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 0c8a273a7b
commit 24bbc1f3e8

View file

@ -5,7 +5,7 @@ import moment from 'moment';
const reducers = {}; const reducers = {};
const defaultState = { const defaultState = {
isNight: false, 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, isFetchingLanguage: false,
daemonSettings: {}, daemonSettings: {},
clientSettings: { clientSettings: {