Fixed #6451 -- Added weekday abbreviations to the German translation. Thanks,

john@fairviewcomputing.com.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7073 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2008-02-03 04:26:00 +00:00
parent 09c755904e
commit 64c4973b0c
2 changed files with 28 additions and 0 deletions

View File

@ -2614,6 +2614,34 @@ msgstr "Samstag"
msgid "Sunday"
msgstr "Sonntag"
#: utils/dates.py:10
msgid "Mon"
msgstr "Mo"
#: utils/dates.py:10
msgid "Tue"
msgstr "Di"
#: utils/dates.py:10
msgid "Wed"
msgstr "Mi"
#: utils/dates.py:10
msgid "Thu"
msgstr "Do"
#: utils/dates.py:10
msgid "Fri"
msgstr "Fr"
#: utils/dates.py:11
msgid "Sat"
msgstr "Sa"
#: utils/dates.py:11
msgid "Sun"
msgstr "So"
#: utils/dates.py:14
msgid "January"
msgstr "Januar"