File tree 3 files changed +634
-0
lines changed
3 files changed +634
-0
lines changed Original file line number Diff line number Diff line change @@ -677,6 +677,16 @@ class Nav extends React.PureComponent {
677
677
한국어
678
678
</ button >
679
679
</ li >
680
+ < li className = "nav__dropdown-item" >
681
+ < button
682
+ onFocus = { this . handleFocusForLang }
683
+ onBlur = { this . handleBlur }
684
+ value = "it"
685
+ onClick = { ( e ) => this . handleLangSelection ( e ) }
686
+ >
687
+ Italiano
688
+ </ button >
689
+ </ li >
680
690
< li className = "nav__dropdown-item" >
681
691
< button
682
692
onFocus = { this . handleFocusForLang }
Original file line number Diff line number Diff line change 7
7
es ,
8
8
ja ,
9
9
hi ,
10
+ it ,
10
11
ko ,
11
12
ptBR ,
12
13
de ,
@@ -24,6 +25,7 @@ const availableLanguages = [
24
25
'es-419' ,
25
26
'fr-CA' ,
26
27
'hi' ,
28
+ 'it' ,
27
29
'ja' ,
28
30
'ko' ,
29
31
'pt-BR' ,
@@ -40,6 +42,7 @@ export function languageKeyToLabel(lang) {
40
42
'es-419' : 'Español' ,
41
43
'fr-CA' : 'Français' ,
42
44
hi : 'हिन्दी' ,
45
+ it : 'Italiano' ,
43
46
ja : '日本語' ,
44
47
ko : '한국어' ,
45
48
'pt-BR' : 'Português' ,
@@ -58,6 +61,7 @@ export function languageKeyToDateLocale(lang) {
58
61
'es-419' : es ,
59
62
'fr-CA' : frCA ,
60
63
hi,
64
+ it,
61
65
ja,
62
66
ko,
63
67
'pt-BR' : ptBR ,
You can’t perform that action at this time.
0 commit comments