On 2/26/07, Marc Fargas Esteve <[EMAIL PROTECTED]> wrote:
> Hi,
> Just looked at the recently commited es/django.po there's one **big** issue:
>
> 210 #: utils/translation/trans_real.py:362
> 211 msgid "DATE_FORMAT"
> 212 msgstr "FORMATO_DE_FECHA"
> 213
>
> 214 #: utils/translation/trans_real.py:363
> 215 msgid "DATETIME_FORMAT"
> 216 msgstr "FORMATO_DE_FECHA_Y_HORA"
> 217
>
> 218 #: utils/translation/trans_real.py:364
> 219 msgid "TIME_FORMAT"
> 220 msgstr "FORMATO_DE_HORA"
> 221
>
> 222 #: utils/translation/trans_real.py:380
> 223 msgid "YEAR_MONTH_FORMAT"
> 224 msgstr "FORMATO_DE_A�O_Y_MES"
> 225
>
> 226 #: utils/translation/trans_real.py:381
> 227 msgid "MONTH_DAY_FORMAT"
> 228 msgstr "FORMATO_DE_MES_Y_D�A"
>
> This is wrong! didn't you read the translation information? :wink: You
> can take the Catalan as example:
>
> 429     #: utils/translation/trans_real.py:362
> 430     msgid "DATE_FORMAT"
> 431     msgstr "F j, Y"
> 432
> 433     #: utils/translation/trans_real.py:363
> 434     msgid "DATETIME_FORMAT"
> 435     msgstr "F j, Y, H:i"
> 436
> 437     #: utils/translation/trans_real.py:364
> 438     msgid "TIME_FORMAT"
> 439     msgstr "H:i"
> 440
> 441     #: utils/translation/trans_real.py:380
> 442     #, fuzzy
> 443     msgid "YEAR_MONTH_FORMAT"
> 444     msgstr "F j, Y"
> 445
> 446     #: utils/translation/trans_real.py:381
> 447     #, fuzzy
> 448     msgid "MONTH_DAY_FORMAT"
> 449     msgstr "F j, Y"
>
> Please, commit a corrected version ASAP as Spanish users from SVN will
> get wrong dates ;(
>

I will file a new ticket in a few minutes with these and other small updates..

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django I18N" group.
To post to this group, send email to Django-I18N@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Django-I18N?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to