twitter_cldr 2.4.0 → 2.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +2 -2
- data/History.txt +6 -0
- data/Rakefile +1 -1
- data/lib/twitter_cldr/resources/collation_tries_dumper.rb +2 -1
- data/lib/twitter_cldr/resources/download.rb +2 -2
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +15 -2
- data/lib/twitter_cldr/resources/tailoring_importer.rb +11 -7
- data/lib/twitter_cldr/version.rb +1 -1
- data/resources/collation/tailoring/be.yml +1 -1
- data/resources/collation/tailoring/bg.yml +1 -1
- data/resources/collation/tailoring/en-GB.yml +4 -0
- data/resources/collation/tailoring/he.yml +2 -2
- data/resources/collation/tailoring/ru.yml +1 -1
- data/resources/collation/tailoring/sr.yml +1 -1
- data/resources/collation/tailoring/uk.yml +1 -1
- data/resources/collation/tries/en-GB.dump +0 -0
- data/resources/collation/tries/he.dump +0 -0
- data/resources/custom/locales/en-GB/units.yml +19 -0
- data/resources/locales/af/calendars.yml +18 -6
- data/resources/locales/af/currencies.yml +558 -2
- data/resources/locales/af/languages.yml +386 -0
- data/resources/locales/af/plurals.yml +1 -1
- data/resources/locales/af/territories.yml +1 -0
- data/resources/locales/ar/calendars.yml +19 -3
- data/resources/locales/ar/currencies.yml +194 -0
- data/resources/locales/ar/languages.yml +52 -0
- data/resources/locales/ar/plurals.yml +1 -1
- data/resources/locales/ar/territories.yml +1 -0
- data/resources/locales/be/calendars.yml +33 -13
- data/resources/locales/be/currencies.yml +852 -0
- data/resources/locales/be/languages.yml +431 -0
- data/resources/locales/be/lists.yml +2 -2
- data/resources/locales/be/numbers.yml +17 -3
- data/resources/locales/be/plurals.yml +1 -1
- data/resources/locales/be/territories.yml +24 -0
- data/resources/locales/be/units.yml +49 -14
- data/resources/locales/bg/calendars.yml +17 -6
- data/resources/locales/bg/currencies.yml +143 -2
- data/resources/locales/bg/languages.yml +67 -0
- data/resources/locales/bg/plurals.yml +1 -1
- data/resources/locales/bg/territories.yml +1 -0
- data/resources/locales/bn/calendars.yml +30 -7
- data/resources/locales/bn/currencies.yml +352 -2
- data/resources/locales/bn/languages.yml +67 -0
- data/resources/locales/bn/plurals.yml +1 -1
- data/resources/locales/bn/territories.yml +1 -0
- data/resources/locales/ca/calendars.yml +13 -4
- data/resources/locales/ca/currencies.yml +9 -0
- data/resources/locales/ca/languages.yml +4 -0
- data/resources/locales/ca/plurals.yml +1 -1
- data/resources/locales/ca/territories.yml +1 -0
- data/resources/locales/cs/calendars.yml +9 -0
- data/resources/locales/cs/currencies.yml +105 -0
- data/resources/locales/cs/languages.yml +26 -0
- data/resources/locales/cs/plurals.yml +1 -1
- data/resources/locales/cs/territories.yml +1 -0
- data/resources/locales/cy/calendars.yml +12 -4
- data/resources/locales/cy/currencies.yml +417 -0
- data/resources/locales/cy/languages.yml +404 -0
- data/resources/locales/cy/plurals.yml +1 -1
- data/resources/locales/cy/territories.yml +2 -0
- data/resources/locales/da/calendars.yml +9 -0
- data/resources/locales/da/currencies.yml +99 -0
- data/resources/locales/da/languages.yml +4 -0
- data/resources/locales/da/plurals.yml +1 -1
- data/resources/locales/da/territories.yml +1 -0
- data/resources/locales/de/calendars.yml +13 -2
- data/resources/locales/de/currencies.yml +70 -0
- data/resources/locales/de/languages.yml +64 -0
- data/resources/locales/de/plurals.yml +1 -1
- data/resources/locales/de/territories.yml +1 -0
- data/resources/locales/el/calendars.yml +20 -7
- data/resources/locales/el/currencies.yml +48 -1
- data/resources/locales/el/languages.yml +4 -0
- data/resources/locales/el/plurals.yml +1 -1
- data/resources/locales/el/territories.yml +1 -0
- data/resources/locales/en/plurals.yml +1 -1
- data/resources/locales/en/territories.yml +1 -0
- data/resources/locales/en-GB/calendars.yml +210 -0
- data/resources/locales/en-GB/currencies.yml +915 -0
- data/resources/locales/en-GB/languages.yml +580 -0
- data/resources/locales/en-GB/layout.yml +5 -0
- data/resources/locales/en-GB/lists.yml +7 -0
- data/resources/locales/en-GB/numbers.yml +57 -0
- data/resources/locales/en-GB/plurals.yml +3 -0
- data/resources/locales/en-GB/territories.yml +263 -0
- data/resources/locales/en-GB/units.yml +108 -0
- data/resources/locales/es/calendars.yml +14 -2
- data/resources/locales/es/currencies.yml +101 -2
- data/resources/locales/es/languages.yml +4 -0
- data/resources/locales/es/plurals.yml +1 -1
- data/resources/locales/es/territories.yml +1 -0
- data/resources/locales/eu/calendars.yml +17 -6
- data/resources/locales/eu/currencies.yml +538 -2
- data/resources/locales/eu/languages.yml +402 -0
- data/resources/locales/eu/plurals.yml +1 -1
- data/resources/locales/eu/territories.yml +1 -0
- data/resources/locales/fa/calendars.yml +11 -1
- data/resources/locales/fa/currencies.yml +467 -2
- data/resources/locales/fa/languages.yml +86 -0
- data/resources/locales/fa/numbers.yml +1 -0
- data/resources/locales/fa/plurals.yml +1 -1
- data/resources/locales/fa/territories.yml +1 -0
- data/resources/locales/fa/units.yml +28 -0
- data/resources/locales/fi/calendars.yml +9 -0
- data/resources/locales/fi/currencies.yml +9 -0
- data/resources/locales/fi/languages.yml +4 -0
- data/resources/locales/fi/plurals.yml +1 -1
- data/resources/locales/fi/territories.yml +1 -0
- data/resources/locales/fil/calendars.yml +17 -6
- data/resources/locales/fil/currencies.yml +559 -2
- data/resources/locales/fil/languages.yml +394 -0
- data/resources/locales/fil/plurals.yml +1 -1
- data/resources/locales/fil/territories.yml +1 -0
- data/resources/locales/fr/calendars.yml +9 -1
- data/resources/locales/fr/currencies.yml +63 -0
- data/resources/locales/fr/languages.yml +34 -0
- data/resources/locales/fr/plurals.yml +1 -1
- data/resources/locales/fr/territories.yml +1 -0
- data/resources/locales/ga/calendars.yml +42 -23
- data/resources/locales/ga/currencies.yml +403 -2
- data/resources/locales/ga/languages.yml +433 -0
- data/resources/locales/ga/lists.yml +2 -2
- data/resources/locales/ga/numbers.yml +17 -3
- data/resources/locales/ga/plurals.yml +1 -1
- data/resources/locales/ga/territories.yml +12 -0
- data/resources/locales/ga/units.yml +63 -21
- data/resources/locales/gl/calendars.yml +15 -5
- data/resources/locales/gl/currencies.yml +440 -2
- data/resources/locales/gl/languages.yml +367 -0
- data/resources/locales/gl/plurals.yml +1 -1
- data/resources/locales/gl/territories.yml +1 -0
- data/resources/locales/he/calendars.yml +19 -3
- data/resources/locales/he/currencies.yml +435 -2
- data/resources/locales/he/languages.yml +4 -0
- data/resources/locales/he/plurals.yml +1 -1
- data/resources/locales/he/territories.yml +1 -0
- data/resources/locales/hi/calendars.yml +31 -4
- data/resources/locales/hi/currencies.yml +527 -2
- data/resources/locales/hi/languages.yml +77 -0
- data/resources/locales/hi/plurals.yml +1 -1
- data/resources/locales/hi/territories.yml +1 -0
- data/resources/locales/hr/calendars.yml +9 -0
- data/resources/locales/hr/currencies.yml +9 -0
- data/resources/locales/hr/languages.yml +4 -0
- data/resources/locales/hr/plurals.yml +1 -1
- data/resources/locales/hr/territories.yml +1 -0
- data/resources/locales/hu/calendars.yml +9 -0
- data/resources/locales/hu/currencies.yml +274 -0
- data/resources/locales/hu/languages.yml +4 -0
- data/resources/locales/hu/numbers.yml +1 -0
- data/resources/locales/hu/plurals.yml +1 -1
- data/resources/locales/hu/territories.yml +1 -0
- data/resources/locales/hu/units.yml +28 -0
- data/resources/locales/id/calendars.yml +9 -0
- data/resources/locales/id/currencies.yml +311 -0
- data/resources/locales/id/languages.yml +4 -0
- data/resources/locales/id/numbers.yml +1 -0
- data/resources/locales/id/plurals.yml +1 -1
- data/resources/locales/id/territories.yml +1 -0
- data/resources/locales/id/units.yml +28 -0
- data/resources/locales/is/calendars.yml +13 -4
- data/resources/locales/is/currencies.yml +438 -2
- data/resources/locales/is/languages.yml +85 -0
- data/resources/locales/is/plurals.yml +1 -1
- data/resources/locales/is/territories.yml +1 -0
- data/resources/locales/it/calendars.yml +11 -1
- data/resources/locales/it/currencies.yml +196 -1
- data/resources/locales/it/languages.yml +4 -0
- data/resources/locales/it/plurals.yml +1 -1
- data/resources/locales/it/territories.yml +1 -0
- data/resources/locales/ja/calendars.yml +24 -2
- data/resources/locales/ja/currencies.yml +311 -0
- data/resources/locales/ja/languages.yml +4 -0
- data/resources/locales/ja/numbers.yml +1 -0
- data/resources/locales/ja/plurals.yml +1 -1
- data/resources/locales/ja/territories.yml +1 -0
- data/resources/locales/ja/units.yml +28 -0
- data/resources/locales/ko/calendars.yml +27 -3
- data/resources/locales/ko/currencies.yml +319 -2
- data/resources/locales/ko/languages.yml +4 -0
- data/resources/locales/ko/numbers.yml +1 -0
- data/resources/locales/ko/plurals.yml +1 -1
- data/resources/locales/ko/territories.yml +1 -0
- data/resources/locales/ko/units.yml +28 -0
- data/resources/locales/lv/calendars.yml +18 -6
- data/resources/locales/lv/currencies.yml +315 -0
- data/resources/locales/lv/languages.yml +4 -0
- data/resources/locales/lv/plurals.yml +1 -1
- data/resources/locales/lv/territories.yml +1 -0
- data/resources/locales/ms/calendars.yml +20 -7
- data/resources/locales/ms/currencies.yml +575 -2
- data/resources/locales/ms/languages.yml +400 -0
- data/resources/locales/ms/numbers.yml +1 -0
- data/resources/locales/ms/plurals.yml +1 -1
- data/resources/locales/ms/territories.yml +1 -0
- data/resources/locales/ms/units.yml +28 -0
- data/resources/locales/nb/calendars.yml +9 -0
- data/resources/locales/nb/currencies.yml +69 -2
- data/resources/locales/nb/languages.yml +8 -0
- data/resources/locales/nb/plurals.yml +1 -1
- data/resources/locales/nb/territories.yml +1 -0
- data/resources/locales/nl/calendars.yml +9 -0
- data/resources/locales/nl/currencies.yml +274 -0
- data/resources/locales/nl/languages.yml +4 -0
- data/resources/locales/nl/plurals.yml +1 -1
- data/resources/locales/nl/territories.yml +1 -0
- data/resources/locales/pl/calendars.yml +17 -6
- data/resources/locales/pl/currencies.yml +181 -2
- data/resources/locales/pl/languages.yml +68 -0
- data/resources/locales/pl/plurals.yml +1 -1
- data/resources/locales/pl/territories.yml +1 -0
- data/resources/locales/pt/calendars.yml +10 -1
- data/resources/locales/pt/currencies.yml +9 -0
- data/resources/locales/pt/languages.yml +61 -0
- data/resources/locales/pt/plurals.yml +1 -1
- data/resources/locales/pt/territories.yml +1 -0
- data/resources/locales/ro/calendars.yml +18 -6
- data/resources/locales/ro/currencies.yml +183 -1
- data/resources/locales/ro/languages.yml +4 -0
- data/resources/locales/ro/plurals.yml +1 -1
- data/resources/locales/ro/territories.yml +1 -0
- data/resources/locales/ru/calendars.yml +9 -0
- data/resources/locales/ru/currencies.yml +181 -0
- data/resources/locales/ru/languages.yml +24 -0
- data/resources/locales/ru/plurals.yml +1 -1
- data/resources/locales/ru/territories.yml +1 -0
- data/resources/locales/sk/calendars.yml +20 -7
- data/resources/locales/sk/currencies.yml +291 -0
- data/resources/locales/sk/languages.yml +4 -0
- data/resources/locales/sk/plurals.yml +1 -1
- data/resources/locales/sk/territories.yml +1 -0
- data/resources/locales/sq/calendars.yml +46 -22
- data/resources/locales/sq/currencies.yml +862 -2
- data/resources/locales/sq/languages.yml +563 -0
- data/resources/locales/sq/lists.yml +2 -2
- data/resources/locales/sq/numbers.yml +17 -3
- data/resources/locales/sq/plurals.yml +1 -1
- data/resources/locales/sq/territories.yml +104 -0
- data/resources/locales/sq/units.yml +49 -14
- data/resources/locales/sr/calendars.yml +16 -5
- data/resources/locales/sr/currencies.yml +10 -1
- data/resources/locales/sr/languages.yml +67 -0
- data/resources/locales/sr/plurals.yml +1 -1
- data/resources/locales/sr/territories.yml +1 -0
- data/resources/locales/sv/calendars.yml +9 -0
- data/resources/locales/sv/currencies.yml +9 -0
- data/resources/locales/sv/languages.yml +4 -0
- data/resources/locales/sv/plurals.yml +1 -1
- data/resources/locales/sv/territories.yml +1 -0
- data/resources/locales/ta/calendars.yml +15 -5
- data/resources/locales/ta/currencies.yml +568 -1
- data/resources/locales/ta/languages.yml +68 -0
- data/resources/locales/ta/plurals.yml +1 -1
- data/resources/locales/ta/territories.yml +1 -0
- data/resources/locales/th/calendars.yml +9 -0
- data/resources/locales/th/currencies.yml +311 -0
- data/resources/locales/th/languages.yml +5 -0
- data/resources/locales/th/numbers.yml +1 -0
- data/resources/locales/th/plurals.yml +1 -1
- data/resources/locales/th/territories.yml +1 -0
- data/resources/locales/th/units.yml +28 -0
- data/resources/locales/tr/calendars.yml +14 -2
- data/resources/locales/tr/currencies.yml +343 -0
- data/resources/locales/tr/languages.yml +4 -0
- data/resources/locales/tr/numbers.yml +1 -0
- data/resources/locales/tr/plurals.yml +1 -1
- data/resources/locales/tr/territories.yml +1 -0
- data/resources/locales/tr/units.yml +28 -0
- data/resources/locales/uk/calendars.yml +18 -6
- data/resources/locales/uk/currencies.yml +266 -0
- data/resources/locales/uk/languages.yml +5 -0
- data/resources/locales/uk/plurals.yml +1 -1
- data/resources/locales/uk/territories.yml +1 -0
- data/resources/locales/ur/calendars.yml +44 -9
- data/resources/locales/ur/currencies.yml +555 -1
- data/resources/locales/ur/languages.yml +399 -0
- data/resources/locales/ur/numbers.yml +13 -0
- data/resources/locales/ur/plurals.yml +1 -1
- data/resources/locales/ur/territories.yml +1 -0
- data/resources/locales/vi/calendars.yml +20 -7
- data/resources/locales/vi/currencies.yml +311 -0
- data/resources/locales/vi/languages.yml +7 -0
- data/resources/locales/vi/numbers.yml +1 -0
- data/resources/locales/vi/plurals.yml +1 -1
- data/resources/locales/vi/territories.yml +1 -0
- data/resources/locales/vi/units.yml +28 -0
- data/resources/locales/zh/calendars.yml +7 -0
- data/resources/locales/zh/currencies.yml +311 -0
- data/resources/locales/zh/languages.yml +4 -0
- data/resources/locales/zh/numbers.yml +1 -0
- data/resources/locales/zh/plurals.yml +1 -1
- data/resources/locales/zh/territories.yml +1 -0
- data/resources/locales/zh/units.yml +28 -0
- data/resources/locales/zh-Hant/calendars.yml +71 -9
- data/resources/locales/zh-Hant/currencies.yml +311 -0
- data/resources/locales/zh-Hant/languages.yml +4 -0
- data/resources/locales/zh-Hant/numbers.yml +1 -0
- data/resources/locales/zh-Hant/plurals.yml +2 -2
- data/resources/locales/zh-Hant/territories.yml +1 -0
- data/resources/locales/zh-Hant/units.yml +28 -0
- data/resources/shared/language_codes_table.dump +0 -0
- data/spec/collation/tailoring_spec.rb +1 -2
- data/spec/parsers/number_parser_spec.rb +0 -2
- data/spec/utils/yaml/yaml_spec.rb +4 -1
- metadata +87 -77
@@ -0,0 +1,210 @@
|
|
1
|
+
---
|
2
|
+
:en-GB:
|
3
|
+
:calendars:
|
4
|
+
:gregorian:
|
5
|
+
:additional_formats:
|
6
|
+
:EHm: E HH:mm
|
7
|
+
:EHms: E HH:mm:ss
|
8
|
+
:Ed: E d
|
9
|
+
:Ehm: E h:mm a
|
10
|
+
:Ehms: E h:mm:ss a
|
11
|
+
:Gy: y G
|
12
|
+
:GyMMM: MMM y G
|
13
|
+
:GyMMMEd: E, d MMM y G
|
14
|
+
:GyMMMd: d MMM y G
|
15
|
+
:H: HH
|
16
|
+
:Hm: HH:mm
|
17
|
+
:Hms: HH:mm:ss
|
18
|
+
:M: LL
|
19
|
+
:MEd: E dd/MM
|
20
|
+
:MMM: LLL
|
21
|
+
:MMMEd: E d MMM
|
22
|
+
:MMMMd: d MMMM
|
23
|
+
:MMMd: d MMM
|
24
|
+
:MMdd: dd/MM
|
25
|
+
:Md: dd/MM
|
26
|
+
:d: d
|
27
|
+
:h: h a
|
28
|
+
:hm: h:mm a
|
29
|
+
:hms: h:mm:ss a
|
30
|
+
:ms: mm:ss
|
31
|
+
:y: y
|
32
|
+
:yM: MM/y
|
33
|
+
:yMEd: E, dd/MM/y
|
34
|
+
:yMMM: MMM y
|
35
|
+
:yMMMEd: E, d MMM y
|
36
|
+
:yMMMM: MMMM y
|
37
|
+
:yMMMd: d MMM y
|
38
|
+
:yMd: dd/MM/y
|
39
|
+
:yQQQ: QQQ y
|
40
|
+
:yQQQQ: QQQQ y
|
41
|
+
:days:
|
42
|
+
:format:
|
43
|
+
:abbreviated:
|
44
|
+
:fri: Fri
|
45
|
+
:mon: Mon
|
46
|
+
:sat: Sat
|
47
|
+
:sun: Sun
|
48
|
+
:thu: Thu
|
49
|
+
:tue: Tue
|
50
|
+
:wed: Wed
|
51
|
+
:narrow: :calendars.gregorian.days.stand-alone.narrow
|
52
|
+
:short:
|
53
|
+
:fri: Fr
|
54
|
+
:mon: Mo
|
55
|
+
:sat: Sa
|
56
|
+
:sun: Su
|
57
|
+
:thu: Th
|
58
|
+
:tue: Tu
|
59
|
+
:wed: We
|
60
|
+
:wide:
|
61
|
+
:fri: Friday
|
62
|
+
:mon: Monday
|
63
|
+
:sat: Saturday
|
64
|
+
:sun: Sunday
|
65
|
+
:thu: Thursday
|
66
|
+
:tue: Tuesday
|
67
|
+
:wed: Wednesday
|
68
|
+
:stand-alone:
|
69
|
+
:abbreviated: :calendars.gregorian.days.format.abbreviated
|
70
|
+
:narrow:
|
71
|
+
:fri: F
|
72
|
+
:mon: M
|
73
|
+
:sat: S
|
74
|
+
:sun: S
|
75
|
+
:thu: T
|
76
|
+
:tue: T
|
77
|
+
:wed: W
|
78
|
+
:short: :calendars.gregorian.days.format.short
|
79
|
+
:wide: :calendars.gregorian.days.format.wide
|
80
|
+
:eras:
|
81
|
+
:abbr:
|
82
|
+
0: BC
|
83
|
+
1: AD
|
84
|
+
:name:
|
85
|
+
0: Before Christ
|
86
|
+
1: Anno Domini
|
87
|
+
:narrow:
|
88
|
+
0: B
|
89
|
+
1: A
|
90
|
+
:fields:
|
91
|
+
:day: Day
|
92
|
+
:dayperiod: am/pm
|
93
|
+
:era: Era
|
94
|
+
:hour: Hour
|
95
|
+
:minute: Minute
|
96
|
+
:month: Month
|
97
|
+
:second: Second
|
98
|
+
:week: Week
|
99
|
+
:weekday: Day of the Week
|
100
|
+
:year: Year
|
101
|
+
:zone: Time Zone
|
102
|
+
:formats:
|
103
|
+
:date:
|
104
|
+
:full:
|
105
|
+
:pattern: EEEE, d MMMM y
|
106
|
+
:long:
|
107
|
+
:pattern: d MMMM y
|
108
|
+
:medium:
|
109
|
+
:pattern: d MMM y
|
110
|
+
:short:
|
111
|
+
:pattern: dd/MM/y
|
112
|
+
:datetime:
|
113
|
+
:full:
|
114
|
+
:pattern: ! '{{date}} {{time}}'
|
115
|
+
:long:
|
116
|
+
:pattern: ! '{{date}} {{time}}'
|
117
|
+
:medium:
|
118
|
+
:pattern: ! '{{date}} {{time}}'
|
119
|
+
:short:
|
120
|
+
:pattern: ! '{{date}} {{time}}'
|
121
|
+
:time:
|
122
|
+
:full:
|
123
|
+
:pattern: HH:mm:ss zzzz
|
124
|
+
:long:
|
125
|
+
:pattern: HH:mm:ss z
|
126
|
+
:medium:
|
127
|
+
:pattern: HH:mm:ss
|
128
|
+
:short:
|
129
|
+
:pattern: HH:mm
|
130
|
+
:months:
|
131
|
+
:format:
|
132
|
+
:abbreviated:
|
133
|
+
1: Jan
|
134
|
+
10: Oct
|
135
|
+
11: Nov
|
136
|
+
12: Dec
|
137
|
+
2: Feb
|
138
|
+
3: Mar
|
139
|
+
4: Apr
|
140
|
+
5: May
|
141
|
+
6: Jun
|
142
|
+
7: Jul
|
143
|
+
8: Aug
|
144
|
+
9: Sep
|
145
|
+
:narrow: :calendars.gregorian.months.stand-alone.narrow
|
146
|
+
:wide:
|
147
|
+
1: January
|
148
|
+
10: October
|
149
|
+
11: November
|
150
|
+
12: December
|
151
|
+
2: February
|
152
|
+
3: March
|
153
|
+
4: April
|
154
|
+
5: May
|
155
|
+
6: June
|
156
|
+
7: July
|
157
|
+
8: August
|
158
|
+
9: September
|
159
|
+
:stand-alone:
|
160
|
+
:abbreviated: :calendars.gregorian.months.format.abbreviated
|
161
|
+
:narrow:
|
162
|
+
1: J
|
163
|
+
10: O
|
164
|
+
11: N
|
165
|
+
12: D
|
166
|
+
2: F
|
167
|
+
3: M
|
168
|
+
4: A
|
169
|
+
5: M
|
170
|
+
6: J
|
171
|
+
7: J
|
172
|
+
8: A
|
173
|
+
9: S
|
174
|
+
:wide: :calendars.gregorian.months.format.wide
|
175
|
+
:periods:
|
176
|
+
:format:
|
177
|
+
:abbreviated: :calendars.gregorian.dayPeriods.format.wide
|
178
|
+
:narrow:
|
179
|
+
:am: a
|
180
|
+
:noon: n
|
181
|
+
:pm: p
|
182
|
+
:wide:
|
183
|
+
:am: am
|
184
|
+
:noon: noon
|
185
|
+
:pm: pm
|
186
|
+
:variant:
|
187
|
+
:am: a.m.
|
188
|
+
:pm: p.m.
|
189
|
+
:stand-alone: {}
|
190
|
+
:quarters:
|
191
|
+
:format:
|
192
|
+
:abbreviated:
|
193
|
+
1: Q1
|
194
|
+
2: Q2
|
195
|
+
3: Q3
|
196
|
+
4: Q4
|
197
|
+
:narrow: :calendars.gregorian.quarters.stand-alone.narrow
|
198
|
+
:wide:
|
199
|
+
1: 1st quarter
|
200
|
+
2: 2nd quarter
|
201
|
+
3: 3rd quarter
|
202
|
+
4: 4th quarter
|
203
|
+
:stand-alone:
|
204
|
+
:abbreviated: :calendars.gregorian.quarters.format.abbreviated
|
205
|
+
:narrow:
|
206
|
+
1: 1
|
207
|
+
2: 2
|
208
|
+
3: 3
|
209
|
+
4: 4
|
210
|
+
:wide: :calendars.gregorian.quarters.format.wide
|