File tree Expand file tree Collapse file tree 3 files changed +634
-0
lines changed Expand file tree Collapse file tree 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 {
677677 한국어
678678 </ button >
679679 </ 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 >
680690 < li className = "nav__dropdown-item" >
681691 < button
682692 onFocus = { this . handleFocusForLang }
Original file line number Diff line number Diff line change 77 es ,
88 ja ,
99 hi ,
10+ it ,
1011 ko ,
1112 ptBR ,
1213 de ,
@@ -24,6 +25,7 @@ const availableLanguages = [
2425 'es-419' ,
2526 'fr-CA' ,
2627 'hi' ,
28+ 'it' ,
2729 'ja' ,
2830 'ko' ,
2931 'pt-BR' ,
@@ -40,6 +42,7 @@ export function languageKeyToLabel(lang) {
4042 'es-419' : 'Español' ,
4143 'fr-CA' : 'Français' ,
4244 hi : 'हिन्दी' ,
45+ it : 'Italiano' ,
4346 ja : '日本語' ,
4447 ko : '한국어' ,
4548 'pt-BR' : 'Português' ,
@@ -58,6 +61,7 @@ export function languageKeyToDateLocale(lang) {
5861 'es-419' : es ,
5962 'fr-CA' : frCA ,
6063 hi,
64+ it,
6165 ja,
6266 ko,
6367 'pt-BR' : ptBR ,
You can’t perform that action at this time.
0 commit comments