fixed #2113: fixed 'pl' translation of date formats
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3120 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
395cc62c78
commit
ece252ed0f
Binary file not shown.
|
@ -1250,15 +1250,15 @@ msgstr "strony"
|
|||
|
||||
#: utils/translation.py:360
|
||||
msgid "DATE_FORMAT"
|
||||
msgstr "FORMAT_DATY"
|
||||
msgstr "Y-m-d"
|
||||
|
||||
#: utils/translation.py:361
|
||||
msgid "DATETIME_FORMAT"
|
||||
msgstr ""
|
||||
msgstr "Y-m-d H:i:s"
|
||||
|
||||
#: utils/translation.py:362
|
||||
msgid "TIME_FORMAT"
|
||||
msgstr ""
|
||||
msgstr "H:i:s"
|
||||
|
||||
#: utils/dates.py:6
|
||||
msgid "Monday"
|
||||
|
|
Loading…
Reference in New Issue