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:
parent
6f0d42cb37
commit
a0e0684d14
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue