File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
test/lib/connection/connector/__snapshots__ Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,12 @@ export default {
8686 name : 'English' ,
8787 localizedName : 'English'
8888 } ,
89+ enGB : {
90+ key : 'enGB' ,
91+ locale : 'en_GB' ,
92+ name : 'English (United Kingdom)' ,
93+ localizedName : 'English (United Kingdom)'
94+ } ,
8995 es : {
9096 key : 'es' ,
9197 locale : 'es_ES' ,
Original file line number Diff line number Diff line change @@ -109,6 +109,12 @@ exports[`connector/fallback connect send function accepts all comands command.la
109109 " localizedName" : " English" ,
110110 " name" : " English" ,
111111 },
112+ " enGB" : {
113+ " key" : " enGB" ,
114+ " locale" : " en_GB" ,
115+ " localizedName" : " English (United Kingdom)" ,
116+ " name" : " English (United Kingdom)" ,
117+ },
112118 " es" : {
113119 " key" : " es" ,
114120 " locale" : " es_ES" ,
@@ -542,6 +548,12 @@ exports[`connector/fallback connect send function accepts all comands command.la
542548 " localizedName" : " English" ,
543549 " name" : " English" ,
544550 },
551+ " enGB" : {
552+ " key" : " enGB" ,
553+ " locale" : " en_GB" ,
554+ " localizedName" : " English (United Kingdom)" ,
555+ " name" : " English (United Kingdom)" ,
556+ },
545557 " es" : {
546558 " key" : " es" ,
547559 " locale" : " es_ES" ,
You can’t perform that action at this time.
0 commit comments