Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7660249
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:26:25+00:00 2026-05-31T13:26:25+00:00

I try to use the plural form in Russian language, but Russian has two

  • 0

I try to use the plural form in Russian language, but Russian has two forms of word for plural words (for example: “1 курс” = 1 course, “2 курса” = 2 courses, but “5 курсов” = 5 courses).

Django supports this peculiarity and specifies plural form using this algorithm (django.po headers):

"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

Description of plural form looks like this (django.po):

msgid "%(курс) курс"
msgid_plural "%(курс) курса"
msgstr[0] "%(курс) курс"
msgstr[1] "%(курс) курса"
msgstr[2] "%(курс) курсов"

How do I use this in templates? Something like this {% sometag word="курс" counter=courses|lenht %}? is there default tag, or do I need to implement this tag by myself?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T13:26:26+00:00Added an answer on May 31, 2026 at 1:26 pm

    You need to use blocktrans as hinted by Thomasz. From the blocktrans documentation:

    This tag also provides for pluralization. To use it:

    Designate and bind a counter value with the name count. This value
    will be the one used to select the right plural form. Specify both the
    singular and plural forms separating them with the {% plural %} tag
    within the {% blocktrans %} and {% endblocktrans %} tags.

    An example:

    {% blocktrans count counter=list|length %} There is only one {{ name
    }} object. {% plural %} There are {{ counter }} {{ name }} objects. {%
    endblocktrans %}
    

    A more complex example:

     {% blocktrans with amount=article.price count years=i.length %} That
     will cost $ {{ amount }} per year. {% plural %} That will cost $ {{
     amount }} per {{ years }} years. {% endblocktrans %}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I try to use doctest from example from http://docs.python.org/library/doctest.html But when I run python
I try use string as a regular expression pattern but I've following errors PHP
I try use webclient to translate word 'Banana' into rus private void button1_Click(object sender,
RegexBuddy shows the matches are OK, but in C# when I try use replace,
how to generate random number in this code? I try use $RANDOM, but the
I try use a integer array in java with the code below: public static
I try to use the domainpeople.com API and to do I need to use
I try to use the winDBG to debug a dump file. When I run
I try to use the following code: ArrayList<String> Map<String, String> Eclipse complains about both
I try to use PHPMailer to send registration, activation. etc mail to users: require(class.phpmailer.php);

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.