fix: German
Would crash when switching + going to a file. changelog Fixes https://github.com/lbryio/lbry-desktop/issues/2856
This commit is contained in:
parent
9122e3f1bd
commit
7009bee4c8
3 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,10 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
## [] - Unreleased
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- App crash on German language setting ([#2856](https://github.com/lbryio/lbry-desktop/issues/2856))
|
||||||
|
|
||||||
## [0.35.3] - [2019-09-04]
|
## [0.35.3] - [2019-09-04]
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ const defaultState = {
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
isNight: false,
|
isNight: false,
|
||||||
languages: { en: 'English', pl: 'Polish', id: 'Bahasa Indonesia', de_DE: 'German' }, // temporarily hard code these so we can advance i18n testing
|
languages: { en: 'English', pl: 'Polish', id: 'Bahasa Indonesia', de: 'German' }, // temporarily hard code these so we can advance i18n testing
|
||||||
daemonSettings: {},
|
daemonSettings: {},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue