English (United States) en_US

Based on PHP intl data: ICU 65.1. Data 65.1.

Plural Rules #

Cardinal plural #

Category Rules
one i = 1
other Everything else
{n, plural, one{# one} other{# other}}

Ordinal selectordinal #

Category Rules
one n % 10 = 1 and n % 100 != 11
two n % 10 = 2 and n % 100 != 12
few n % 10 = 3 and n % 100 != 13
other Everything else
{n, selectordinal, one{#-one} two{#-two} few{#-few} other{#-other}}

Numbering schemas #

Spellout #

Schema Example Result
%spellout-numbering-year
{n, spellout,%spellout-numbering-year}
four hundred seventy-one
%spellout-numbering (default)
{n, spellout,%spellout-numbering}
four hundred seventy-one
%spellout-numbering-verbose
{n, spellout,%spellout-numbering-verbose}
four hundred and seventy-one
%spellout-cardinal
{n, spellout,%spellout-cardinal}
four hundred seventy-one
%spellout-cardinal-verbose
{n, spellout,%spellout-cardinal-verbose}
four hundred and seventy-one
%spellout-ordinal
{n, spellout,%spellout-ordinal}
four hundred seventy-first
%spellout-ordinal-verbose
{n, spellout,%spellout-ordinal-verbose}
four hundred and seventy-first

Ordinal #

Schema Example Result
%digits-ordinal (default)
{n, ordinal,%digits-ordinal}
471st

Duration #

Schema Example Result
%with-words
{n, duration,%with-words}
130 hours, 53 minutes, 47 seconds
%in-numerals
{n, duration,%in-numerals}
130:53:47
%duration (default)
{n, duration,%duration}
130:53:47