Skip to content

Commit

Permalink
fix: German
Browse files Browse the repository at this point in the history
Would crash when switching + going to a file.
changelog

Fixes #2856
  • Loading branch information
tzarebczan authored and Sean Yesmunt committed Sep 6, 2019
1 parent 9122e3f commit 7009bee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion src/ui/redux/reducers/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
};

Expand Down
File renamed without changes.

0 comments on commit 7009bee

Please sign in to comment.