summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Bauer <gb@hugo.westfalen.de>2005-11-15 18:40:10 +0000
committerGeorg Bauer <gb@hugo.westfalen.de>2005-11-15 18:40:10 +0000
commit9b3b25029183821c41985f3d6f4112e9e4da0346 (patch)
tree5ca4e3493b1a096e77dd7c58ba337c33e20eb0d7
parent29be17533acb7efc5c395192d41948d16e3ddc52 (diff)
downloaddjango-9b3b25029183821c41985f3d6f4112e9e4da0346.tar.gz
added danish translation to the settings documentation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/settings.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index 37a3228ada..8098856f85 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -409,6 +409,7 @@ Default: A tuple of all available languages. Currently, this is::
('bn', _('Bengali')),
('cs', _('Czech')),
('cy', _('Welsh')),
+ ('da', _('Danish')),
('de', _('German')),
('en', _('English')),
('es', _('Spanish')),