From 99ae5af69aeb844fae3ef5b92983325ba1ae6d76 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Sun, 20 Sep 2015 16:36:10 -0300 Subject: [PATCH] Force language --- cookbooks/colab/templates/00-custom_settings.py.erb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/cookbooks/colab/templates/00-custom_settings.py.erb b/cookbooks/colab/templates/00-custom_settings.py.erb index df6c958..a6d4faf 100644 --- a/cookbooks/colab/templates/00-custom_settings.py.erb +++ b/cookbooks/colab/templates/00-custom_settings.py.erb @@ -42,3 +42,5 @@ HAYSTACK_CONNECTIONS = { 'URL': 'http://localhost:8983/solr/', } } + +LANGUAGE_CODE = 'pt-br' -- libgit2 0.21.2