зеркало из https://github.com/mozilla/bedrock.git
Merge pull request #1491 from jpetto/bug-936269-disable-custom-whatsnew-for-pl
Disable custom /firefox/whatsnew view for pl. Bug 936269.
This commit is contained in:
Коммит
227c42de8b
|
@ -300,7 +300,7 @@ class FirstrunView(LatestFxView):
|
|||
|
||||
class WhatsnewView(LatestFxView):
|
||||
# Locales targeted for FxOS
|
||||
fxos_locales = ['pl']
|
||||
fxos_locales = []
|
||||
|
||||
locales_with_video = {
|
||||
'en-US': 'american',
|
||||
|
|
Загрузка…
Ссылка в новой задаче