Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sachinruk/deepschool.io
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinruk committed Aug 26, 2018
2 parents 1847662 + 29123db commit 161d96b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@
"\n",
"# change this if you want it to work with only a single language\n",
"LOCALES = babel.localedata.locale_identifiers()\n",
"LOCALES = [lang for lang in LOCALES if 'en' in str(lang)]\n",
"LOCALES2 = "
"LOCALES = [lang for lang in LOCALES if 'en' in str(lang)]\n"
]
},
{
Expand Down

0 comments on commit 161d96b

Please sign in to comment.