Changeset 753

Show
Ignore:
Timestamp:
05/07/07 22:48:43 (1 year ago)
Author:
brian
Message:

added a Spanish locale since that can be easily translated by alvaro.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee-www/trunk/cherokee/locale/en/LC_MESSAGES/django.po

    r741 r753  
    99"Project-Id-Version: PACKAGE VERSION\n" 
    1010"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2007-05-02 18:07-0600\n" 
     11"POT-Creation-Date: 2007-05-07 14:32-0600\n" 
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    2121msgstr "" 
    2222 
     23#: settings.py:31 
     24msgid "Spanish" 
     25msgstr "" 
     26 
    2327#: blog/models.py:9 
    2428msgid "Author" 
     
    2630 
    2731#: blog/models.py:10 
    28 msgid "Title" 
     32msgid "Headline" 
    2933msgstr "" 
    3034 
     
    5256msgid "posts" 
    5357msgstr "" 
     58 
     59#: blog/templates/blog/comment_list.html:9 
     60msgid "ago" 
     61msgstr "" 
     62 
     63#: blog/templates/blog/comment_list.html:14 
     64msgid "No comments to display." 
     65msgstr "" 
     66 
     67#: blog/templates/blog/post_archive.html:27 
     68msgid "say something" 
     69msgstr "" 
     70 
     71#: blog/templates/blog/post_archive.html:28 
     72msgid "digg this" 
     73msgstr "" 
     74 
     75#: blog/templates/blog/post_archive.html:29 
     76msgid "save this" 
     77msgstr "" 
     78 
     79#: templates/base.html:28 
     80msgid "Download" 
     81msgstr "" 
     82 
     83#: templates/base.html:29 
     84msgid "Documentation" 
     85msgstr "" 
     86 
     87#: templates/base.html:30 
     88msgid "Contribute" 
     89msgstr "" 
     90 
     91#: templates/base.html:31 
     92msgid "Blog" 
     93msgstr "" 
  • cherokee-www/trunk/cherokee/settings.py

    r746 r753  
    2929LANGUAGES = ( 
    3030    ('en', gettext('English')), 
     31    ('es', gettext('Spanish')), 
    3132) 
    3233