twitter_cldr 5.3.0 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/twitter_cldr/version.rb +1 -1
- data/resources/collation/tailoring/en-001.yml +4 -0
- data/resources/collation/tries/en-001.dump +0 -0
- data/resources/locales/en-001/calendars.yml +292 -0
- data/resources/locales/en-001/currencies.yml +1014 -0
- data/resources/locales/en-001/day_periods.yml +96 -0
- data/resources/locales/en-001/fields.yml +553 -0
- data/resources/locales/en-001/languages.yml +624 -0
- data/resources/locales/en-001/layout.yml +5 -0
- data/resources/locales/en-001/lists.yml +49 -0
- data/resources/locales/en-001/numbers.yml +439 -0
- data/resources/locales/en-001/plural_rules.yml +10 -0
- data/resources/locales/en-001/plurals.yml +19 -0
- data/resources/locales/en-001/territories.yml +267 -0
- data/resources/locales/en-001/timezones.yml +756 -0
- data/resources/locales/en-001/units.yml +1512 -0
- data/resources/supported_locales.yml +1 -0
- data/spec/timezones/tests/en-001.yml +12475 -0
- metadata +18 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twitter_cldr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cameron Dutro
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: camertron-eprun
|
@@ -335,6 +335,7 @@ files:
|
|
335
335
|
- resources/collation/tailoring/de-CH.yml
|
336
336
|
- resources/collation/tailoring/de.yml
|
337
337
|
- resources/collation/tailoring/el.yml
|
338
|
+
- resources/collation/tailoring/en-001.yml
|
338
339
|
- resources/collation/tailoring/en-150.yml
|
339
340
|
- resources/collation/tailoring/en-AU.yml
|
340
341
|
- resources/collation/tailoring/en-CA.yml
|
@@ -429,6 +430,7 @@ files:
|
|
429
430
|
- resources/collation/tries/de.dump
|
430
431
|
- resources/collation/tries/default.dump
|
431
432
|
- resources/collation/tries/el.dump
|
433
|
+
- resources/collation/tries/en-001.dump
|
432
434
|
- resources/collation/tries/en-150.dump
|
433
435
|
- resources/collation/tries/en-AU.dump
|
434
436
|
- resources/collation/tries/en-CA.dump
|
@@ -727,6 +729,19 @@ files:
|
|
727
729
|
- resources/locales/el/territories.yml
|
728
730
|
- resources/locales/el/timezones.yml
|
729
731
|
- resources/locales/el/units.yml
|
732
|
+
- resources/locales/en-001/calendars.yml
|
733
|
+
- resources/locales/en-001/currencies.yml
|
734
|
+
- resources/locales/en-001/day_periods.yml
|
735
|
+
- resources/locales/en-001/fields.yml
|
736
|
+
- resources/locales/en-001/languages.yml
|
737
|
+
- resources/locales/en-001/layout.yml
|
738
|
+
- resources/locales/en-001/lists.yml
|
739
|
+
- resources/locales/en-001/numbers.yml
|
740
|
+
- resources/locales/en-001/plural_rules.yml
|
741
|
+
- resources/locales/en-001/plurals.yml
|
742
|
+
- resources/locales/en-001/territories.yml
|
743
|
+
- resources/locales/en-001/timezones.yml
|
744
|
+
- resources/locales/en-001/units.yml
|
730
745
|
- resources/locales/en-150/calendars.yml
|
731
746
|
- resources/locales/en-150/currencies.yml
|
732
747
|
- resources/locales/en-150/day_periods.yml
|
@@ -3766,6 +3781,7 @@ files:
|
|
3766
3781
|
- spec/timezones/tests/de-CH.yml
|
3767
3782
|
- spec/timezones/tests/de.yml
|
3768
3783
|
- spec/timezones/tests/el.yml
|
3784
|
+
- spec/timezones/tests/en-001.yml
|
3769
3785
|
- spec/timezones/tests/en-150.yml
|
3770
3786
|
- spec/timezones/tests/en-AU.yml
|
3771
3787
|
- spec/timezones/tests/en-CA.yml
|