Skip to content

Commit 9a1c22e

Browse files
committed
Fix Bug 1123382 - Add a few more locales to the canonical locale list
1 parent 9b47aa8 commit 9a1c22e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bedrock/settings/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
CANONICAL_LOCALES = {
5454
'en': 'en-US',
5555
'es': 'es-ES',
56+
'ja-jp-mac': 'ja',
57+
'no': 'nb-NO',
5658
'pt': 'pt-BR',
59+
'sv': 'sv-SE',
5760
}
5861

5962
FEED_CACHE = 3900

0 commit comments

Comments
 (0)