File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -488,7 +488,10 @@ def hello(request):
488
488
videos = {
489
489
'de' : 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_german' ,
490
490
'en-US' : 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_english' ,
491
+ 'es-AR' : 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_spanish' ,
492
+ 'es-CL' : 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_spanish' ,
491
493
'es-ES' : 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_spanish' ,
494
+ 'es-MX' : 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_spanish' ,
492
495
'id' : 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_indonesian' ,
493
496
'pt-BR' : 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_portugese' ,
494
497
'zh-TW' : 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_chinese'
You can’t perform that action at this time.
0 commit comments