Kaydet (Commit) 58c58cf1 authored tarafından Marc Fargas's avatar Marc Fargas

Closes #8815, Fix date/time formats for Arabic. Thanks Ossama M. Khayat.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8918 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 116e1741
...@@ -7,7 +7,7 @@ msgstr "" ...@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: django\n" "Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-03 08:49+0300\n" "POT-Creation-Date: 2008-09-03 08:49+0300\n"
"PO-Revision-Date: 2008-09-03 09:46+0300\n" "PO-Revision-Date: 2008-09-03 11:00+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n" "Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
"Language-Team: Arabic <support@arabeyes.org>\n" "Language-Team: Arabic <support@arabeyes.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
...@@ -4001,19 +4001,19 @@ msgstr "، %(number)d %(type)s" ...@@ -4001,19 +4001,19 @@ msgstr "، %(number)d %(type)s"
#: utils/translation/trans_real.py:403 #: utils/translation/trans_real.py:403
msgid "DATE_FORMAT" msgid "DATE_FORMAT"
msgstr "DATE_FORMAT" msgstr "j F Y"
#: utils/translation/trans_real.py:405 #: utils/translation/trans_real.py:405
msgid "TIME_FORMAT" msgid "TIME_FORMAT"
msgstr "TIME_FORMAT" msgstr "G:i:s"
#: utils/translation/trans_real.py:421 #: utils/translation/trans_real.py:421
msgid "YEAR_MONTH_FORMAT" msgid "YEAR_MONTH_FORMAT"
msgstr "YEAR_MONTH_FORMAT" msgstr "F Y"
#: utils/translation/trans_real.py:422 #: utils/translation/trans_real.py:422
msgid "MONTH_DAY_FORMAT" msgid "MONTH_DAY_FORMAT"
msgstr "MONTH_DAY_FORMAT" msgstr "j F"
#: views/generic/create_update.py:114 #: views/generic/create_update.py:114
#, python-format #, python-format
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment