summaryrefslogtreecommitdiffstats
path: root/js/src/builtin/intl/SanctionedSimpleUnitIdentifiersGenerated.js
blob: cb2703760e93715c5e68313c1717993566ab077f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
// Generated by make_intl_data.py. DO NOT EDIT.

/**
 * The list of currently supported simple unit identifiers.
 *
 * Intl.NumberFormat Unified API Proposal
 */
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,
    "mile": true,
    "mile-scandinavian": true,
    "milliliter": true,
    "millimeter": true,
    "millisecond": true,
    "minute": true,
    "month": true,
    "ounce": true,
    "percent": true,
    "petabyte": true,
    "pound": true,
    "second": true,
    "stone": true,
    "terabit": true,
    "terabyte": true,
    "week": true,
    "yard": true,
    "year": true
};