Added Turkish language

This commit is contained in:
kodxana 2019-10-03 19:09:59 +02:00 committed by Sean Yesmunt
parent 328772e22f
commit 4644776ab6

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: '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: {