🔁


History

  1. <%= count %> comment<%= count %> comments<%= count %> comments
    <%= count %> comment<%= count %> comments<%= count %> comments
    ZeroThis plural form is used for numbers like: 0

    <%= count %> comments


    oneThis plural form is used for numbers like: 1

    <%= count %> comment


    otherThis plural form is used for numbers like: everything else

    <%= count %> comments


    changed via the API .
    Copy to clipboard
  2. <%= count %> коментарі<%= count %> коментар<%= count %> коментарів<%= count %> коментарів<%= count %> коментарів
    zeroThis plural form is used for numbers like: 0

    <%= count %> коментарів


    oneThis plural form is used for numbers like: n mod 10 is 1 and n mod 100 is not 11

    <%= count %> коментар


    fewThis plural form is used for numbers like: n mod 10 in 2..4 and n mod 100 not in 12..14

    <%= count %> коментарі


    manyThis plural form is used for numbers like: n mod 10 is 0 or n mod 10 in 5..9 or n mod 100 in 11..14

    <%= count %> коментарів


    otherThis plural form is used for numbers like: everything else

    <%= count %> коментарів


    changed by I .
    Copy to clipboard
  3. <%= count %> comment<%= count %> comments<%= count %> comments
    <%= count %> comment<%= count %> comments<%= count %> comments
    ZeroThis plural form is used for numbers like: 0

    <%= count %> comments


    oneThis plural form is used for numbers like: 1

    <%= count %> comment


    otherThis plural form is used for numbers like: everything else

    <%= count %> comments


    changed by Dennis Schubert via a Batch Operation.
    Copy to clipboard