From c68fca491098b9a7bf858abd5261485364e8a88a Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 14 Apr 2014 10:03:46 +0200 Subject: [PATCH] Correct way of declaring cs_CZ in settings --- umap/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/settings/base.py b/umap/settings/base.py index a3e148f7..9b92d146 100644 --- a/umap/settings/base.py +++ b/umap/settings/base.py @@ -32,7 +32,7 @@ LANGUAGES = ( ('da', u'Danish'), ('ja', u'Japanese'), ('lt', u'Lithuanian'), - ('cs_CZ', u'Czech'), + ('cs-cz', u'Czech'), ) # Make this unique, and don't share it with anybody.