Added Turkish language
This commit is contained in:
parent
328772e22f
commit
4644776ab6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import moment from 'moment';
|
||||||
const reducers = {};
|
const reducers = {};
|
||||||
const defaultState = {
|
const defaultState = {
|
||||||
isNight: false,
|
isNight: false,
|
||||||
languages: { en: 'English', pl: 'Polski', id: 'Bahasa Indonesia', de: 'Deutsche' }, // this could/should be loaded directly from Transifex and/or lbry.com
|
languages: { en: 'English', pl: 'Polski', id: 'Bahasa Indonesia', de: 'Deutsche', tr: `Türkçe` }, // this could/should be loaded directly from Transifex and/or lbry.com
|
||||||
isFetchingLanguage: false,
|
isFetchingLanguage: false,
|
||||||
daemonSettings: {},
|
daemonSettings: {},
|
||||||
clientSettings: {
|
clientSettings: {
|
||||||
|
|
Loading…
Reference in a new issue