Django

Code

Changeset 5880

Show
Ignore:
Timestamp:
08/12/07 20:17:19 (1 year ago)
Author:
mtredinnick
Message:

Fixed #5141 -- Added Croation translation. Thanks, Aljosa Mohorovic.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/AUTHORS

    r5877 r5880  
    200200    Andreas Mock <andreas.mock@web.de> 
    201201    Reza Mohammadi <reza@zeerak.ir> 
     202    Aljosa Mohorovic <aljosa.mohorovic@gmail.com> 
    202203    Eric Moritz <http://eric.themoritzfamily.com/> 
    203204    mrmachine <real.human@mrmachine.net> 
  • django/trunk/django/conf/global_settings.py

    r5840 r5880  
    5454    ('hu', gettext_noop('Hungarian')), 
    5555    ('he', gettext_noop('Hebrew')), 
     56    ('hr', gettext_noop('Croatian')), 
    5657    ('is', gettext_noop('Icelandic')), 
    5758    ('it', gettext_noop('Italian')),