Skip to content

Commit

Permalink
Merge pull request #2833 from flodolo/ha_production
Browse files Browse the repository at this point in the history
Bug 1125328 - Enabled 'ha' for production
  • Loading branch information
craigcook committed Mar 12, 2015
2 parents b63b650 + 1eb67f3 commit 49be523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bedrock/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'bn-BD', 'bn-IN', 'br', 'bs', 'ca', 'cs', 'cy',
'da', 'de', 'dsb', 'el', 'en-GB', 'en-US', 'en-ZA', 'eo', 'es-AR',
'es-CL', 'es-ES', 'es-MX', 'et', 'eu', 'fa', 'ff', 'fi', 'fr',
'fy-NL', 'ga-IE', 'gd', 'gl', 'gu-IN', 'he', 'hi-IN', 'hr',
'fy-NL', 'ga-IE', 'gd', 'gl', 'gu-IN', 'ha', 'he', 'hi-IN', 'hr',
'hsb', 'hu', 'hy-AM', 'id', 'is', 'it', 'ja', 'ja-JP-mac',
'ka', 'kk', 'km', 'kn', 'ko', 'lij', 'lt', 'lv',
'mai', 'mk', 'ml', 'mr', 'ms', 'my', 'nb-NO', 'nl',
Expand Down
2 changes: 1 addition & 1 deletion etc/httpd/global.conf
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/toolkit/download-to-your-devices(.*)
# Has to be this way because of old
# legacy platform url conflicts.
# bug 921564
RewriteRule ^/(ach|af|ak|an|ar|as|ast|az|be|bg|bn-BD|bn-IN|br|bs|ca|cs|csb|cy|da|de|dsb|el|en-GB|en-US|en-ZA|eo|es-AR|es-CL|es-ES|es-MX|et|eu|fa|ff|fi|fr|fy-NL|ga-IE|gd|gl|gu-IN|he|hi-IN|hr|hsb|hu|hy-AM|id|is|it|ja|ja-JP-mac|ka|kk|km|kn|ko|ku|lg|lij|lt|lv|mai|mk|ml|mn|mr|ms|my|nb-NO|nl|nn-NO|nso|oc|or|pa-IN|pl|pt-BR|pt-PT|rm|ro|ru|sah|sat|si|sk|sl|son|sq|sr|sv-SE|sw|ta|ta-LK|te|th|tr|uk|ur|uz|vi|wo|xh|zh-CN|zh-TW|zu)(/?)$ /b/$1$2 [PT]
RewriteRule ^/(ach|af|ak|an|ar|as|ast|az|be|bg|bn-BD|bn-IN|br|bs|ca|cs|csb|cy|da|de|dsb|el|en-GB|en-US|en-ZA|eo|es-AR|es-CL|es-ES|es-MX|et|eu|fa|ff|fi|fr|fy-NL|ga-IE|gd|gl|gu-IN|ha|he|hi-IN|hr|hsb|hu|hy-AM|id|is|it|ja|ja-JP-mac|ka|kk|km|kn|ko|ku|lg|lij|lt|lv|mai|mk|ml|mn|mr|ms|my|nb-NO|nl|nn-NO|nso|oc|or|pa-IN|pl|pt-BR|pt-PT|rm|ro|ru|sah|sat|si|sk|sl|son|sq|sr|sv-SE|sw|ta|ta-LK|te|th|tr|uk|ur|uz|vi|wo|xh|zh-CN|zh-TW|zu)(/?)$ /b/$1$2 [PT]

# bug 987059, 1050149, 1072170
RewriteCond %{REQUEST_URI} !^/ja/about/manifesto
Expand Down

0 comments on commit 49be523

Please sign in to comment.