mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-23 21:49:54 +05:30
Update storybook for the LanguageSwitcherPopup to show unknown locale
This commit is contained in:
parent
9a9bd74763
commit
88c2eab802
@ -43,12 +43,12 @@ storiesOf('Components/Popups', module).add('LanguageSwitcherPopup', () => {
|
||||
isReleased: true,
|
||||
},
|
||||
// A few more languages just to create a scroll and to test some interesting characters
|
||||
pt: {
|
||||
code: 'pt',
|
||||
name: 'Português do Brasil',
|
||||
englishName: 'Portuguese, Brazilian',
|
||||
progress: 99,
|
||||
isReleased: true,
|
||||
unk: {
|
||||
code: 'unk',
|
||||
name: 'Unknown',
|
||||
englishName: 'Unknown',
|
||||
progress: 27,
|
||||
isReleased: false,
|
||||
},
|
||||
vi: {
|
||||
code: 'vi',
|
||||
|
Loading…
Reference in New Issue
Block a user