Skip to content

Commit

Permalink
Fix Bug 1123382 - Add a few more locales to the canonical locale list
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Jan 19, 2015
1 parent 9b47aa8 commit 9a1c22e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bedrock/settings/base.py
Expand Up @@ -53,7 +53,10 @@
CANONICAL_LOCALES = {
'en': 'en-US',
'es': 'es-ES',
'ja-jp-mac': 'ja',
'no': 'nb-NO',
'pt': 'pt-BR',
'sv': 'sv-SE',
}

FEED_CACHE = 3900
Expand Down

0 comments on commit 9a1c22e

Please sign in to comment.