Source code

Revision control

Copy as Markdown

Other Tools

// Generated by make_intl_data.py. DO NOT EDIT.
/**
* The list of currently supported simple unit identifiers.
*
* Intl.NumberFormat Unified API Proposal
*/
// prettier-ignore
var sanctionedSimpleUnitIdentifiers = {
"acre": true,
"bit": true,
"byte": true,
"celsius": true,
"centimeter": true,
"day": true,
"degree": true,
"fahrenheit": true,
"fluid-ounce": true,
"foot": true,
"gallon": true,
"gigabit": true,
"gigabyte": true,
"gram": true,
"hectare": true,
"hour": true,
"inch": true,
"kilobit": true,
"kilobyte": true,
"kilogram": true,
"kilometer": true,
"liter": true,
"megabit": true,
"megabyte": true,
"meter": true,
"microsecond": true,
"mile": true,
"mile-scandinavian": true,
"milliliter": true,
"millimeter": true,
"millisecond": true,
"minute": true,
"month": true,
"nanosecond": true,
"ounce": true,
"percent": true,
"petabyte": true,
"pound": true,
"second": true,
"stone": true,
"terabit": true,
"terabyte": true,
"week": true,
"yard": true,
"year": true
};