Update storybook for the LanguageSwitcherPopup to show unknown locale

This commit is contained in:
ErickSkrauch 2020-07-20 00:00:39 +03:00
parent 9a9bd74763
commit 88c2eab802

View File

@ -43,12 +43,12 @@ storiesOf('Components/Popups', module).add('LanguageSwitcherPopup', () => {
isReleased: true, isReleased: true,
}, },
// A few more languages just to create a scroll and to test some interesting characters // A few more languages just to create a scroll and to test some interesting characters
pt: { unk: {
code: 'pt', code: 'unk',
name: 'Português do Brasil', name: 'Unknown',
englishName: 'Portuguese, Brazilian', englishName: 'Unknown',
progress: 99, progress: 27,
isReleased: true, isReleased: false,
}, },
vi: { vi: {
code: 'vi', code: 'vi',