summaryrefslogtreecommitdiffstats
path: root/js/src/builtin/intl/SanctionedSimpleUnitIdentifiersGenerated.js
blob: bc7b460f8e76495b2d8e642aaf53275c316b2bb8 (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
53
54
55
// 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
};