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:
Thomas Zarebczan 2019-09-05 14:19:35 -04:00 committed by Sean Yesmunt
parent 9122e3f1bd
commit 7009bee4c8
3 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,10 @@
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/).
## [] - Unreleased
### Fixed
- App crash on German language setting ([#2856](https://github.com/lbryio/lbry-desktop/issues/2856))
## [0.35.3] - [2019-09-04]

View file

@ -39,7 +39,7 @@ const defaultState = {
}),
},
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: {},
};