Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1121096 - Hello product page: display video for all Spanish variants
Received a request to display the video on all Spanish variants and not just es-ES.
  • Loading branch information
flodolo committed Jan 13, 2015
1 parent ad4c7a5 commit d2071af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bedrock/firefox/views.py
Expand Up @@ -488,7 +488,10 @@ def hello(request):
videos = {
'de': 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_german',
'en-US': 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_english',
'es-AR': 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_spanish',
'es-CL': 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_spanish',
'es-ES': 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_spanish',
'es-MX': 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_spanish',
'id': 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_indonesian',
'pt-BR': 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_portugese',
'zh-TW': 'https://videos.cdn.mozilla.net/uploads/FirefoxHello/firefoxhello_intro_chinese'
Expand Down

0 comments on commit d2071af

Please sign in to comment.