<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>387526</id>
      <name>django-pluralize-pl</name>
      <created_at>2009-08-18T03:39:52Z</created_at>
      <updated_at>2009-08-18T03:39:53Z</updated_at>
      <description>Overviewpluralize_pl is fully compatible with Django's &quot;pluralize&quot; filter. Works exactly the same as long as you are giving it up to 2 comma-separated arguments. The difference is you can provide it with a third argument, which will be used as a second plural form and applied according to Polish grammar rules: 

* If value is 0, {{ value|pluralize:&quot;komentarz,komentarzy,komentarze&quot; }} displays &quot;0 komentarzy&quot;.
* If value is 1, {{ value|pluralize:&quot;komentarz,komentarzy,komentarze&quot; }} displays &quot;1 komentarz&quot;.
* If value is 2, {{ value|pluralize:&quot;komentarz,komentarzy,komentarze&quot; }} displays &quot;2 komentarze&quot;.
* If value is 5, {{ value|pluralize:&quot;komentarz,komentarzy,komentarze&quot; }} displays &quot;5 komentarzy&quot;.     It also can be used with i18n: 

(the following examples assume &quot;spam,spams&quot; is translated into Polish in language files as &quot;mielonka,mielonek,mielonki&quot;) 

* If value is 1 and current language is English, {{ value|pluralize:_(&quot;spam,spams&quot;) }} displays &quot;1 spam&quot;.    
* If value is 4 and current language is English, {{ value|pluralize:_(&quot;spam,spams&quot;) }} displays &quot;4 spams&quot;.
* If value is 5 and current language is English, {{ value|pluralize:_(&quot;spam,spams&quot;) }} displays &quot;5 spams&quot;.* If value is 1 and current language is Polish, {{ value|pluralize:_(&quot;spam,spams&quot;) }} displays &quot;1 mielonka&quot;.    
* If value is 4 and current language is Polish, {{ value|pluralize:_(&quot;spam,spams&quot;) }} displays &quot;4 mielonki&quot;.
* If value is 5 and current language is Polish, {{ value|pluralize:_(&quot;spam,spams&quot;) }} displays &quot;5 mielonek&quot;.Installation and usagePlace the application folder somewhere on the PYTHONPATH Add the application to INSTALLED_APPS for your project Before you can start using it in your template you need to load it: {% load pluralize_pl %}</description>
      <homepage_url>http://code.google.com/p/django-pluralize-pl/</homepage_url>
      <download_url></download_url>
      <url_name>django-pluralize-pl</url_name>
      <user_count>0</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id></analysis_id>
      <licenses>
        <license>
          <name>mit</name>
          <nice_name>MIT License</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
