twitter_cldr 6.1.0 → 6.2.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/resources/timezones_importer.rb +11 -1
- data/lib/twitter_cldr/timezones/generic_location.rb +6 -1
- data/lib/twitter_cldr/version.rb +1 -1
- data/resources/collation/tailoring/eo.yml +16 -0
- data/resources/collation/tries/eo.dump +0 -0
- data/resources/locales/eo/calendars.yml +245 -0
- data/resources/locales/eo/currencies.yml +211 -0
- data/resources/locales/eo/day_periods.yml +32 -0
- data/resources/locales/eo/fields.yml +140 -0
- data/resources/locales/eo/languages.yml +156 -0
- data/resources/locales/eo/layout.yml +5 -0
- data/resources/locales/eo/lists.yml +22 -0
- data/resources/locales/eo/numbers.yml +367 -0
- data/resources/locales/eo/plural_rules.yml +7 -0
- data/resources/locales/eo/plurals.yml +14 -0
- data/resources/locales/eo/rbnf.yml +112 -0
- data/resources/locales/eo/territories.yml +226 -0
- data/resources/locales/eo/timezones.yml +85 -0
- data/resources/locales/eo/units.yml +429 -0
- data/resources/supported_locales.yml +1 -0
- data/spec/formatters/numbers/rbnf/locales/eo/rbnf_test.yml +706 -0
- data/spec/timezones/tests/eo.yml +12475 -0
- data/spec/timezones/timezone_spec.rb +7 -1
- metadata +20 -2
@@ -24,7 +24,13 @@ describe 'Timezones' do
|
|
24
24
|
|
25
25
|
fast_locales = [:en, :es, :de, :ja, :ko, :fr, :ru, :ar, :he, :fi]
|
26
26
|
|
27
|
-
|
27
|
+
locales = if ENV['LOCALES']
|
28
|
+
ENV['LOCALES'].split(',').map { |loc| loc.strip.to_sym }
|
29
|
+
else
|
30
|
+
TwitterCldr.supported_locales
|
31
|
+
end
|
32
|
+
|
33
|
+
locales.each do |locale|
|
28
34
|
locale_name = locale.localize.as_language_code || locale.to_s
|
29
35
|
|
30
36
|
context "timezones in #{locale_name}", slow: !fast_locales.include?(locale) do
|
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: 6.
|
4
|
+
version: 6.2.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-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: camertron-eprun
|
@@ -348,6 +348,7 @@ files:
|
|
348
348
|
- resources/collation/tailoring/en-US.yml
|
349
349
|
- resources/collation/tailoring/en-ZA.yml
|
350
350
|
- resources/collation/tailoring/en.yml
|
351
|
+
- resources/collation/tailoring/eo.yml
|
351
352
|
- resources/collation/tailoring/es-419.yml
|
352
353
|
- resources/collation/tailoring/es-AR.yml
|
353
354
|
- resources/collation/tailoring/es-CO.yml
|
@@ -443,6 +444,7 @@ files:
|
|
443
444
|
- resources/collation/tries/en-US.dump
|
444
445
|
- resources/collation/tries/en-ZA.dump
|
445
446
|
- resources/collation/tries/en.dump
|
447
|
+
- resources/collation/tries/eo.dump
|
446
448
|
- resources/collation/tries/es-419.dump
|
447
449
|
- resources/collation/tries/es-AR.dump
|
448
450
|
- resources/collation/tries/es-CO.dump
|
@@ -887,6 +889,20 @@ files:
|
|
887
889
|
- resources/locales/en/territories.yml
|
888
890
|
- resources/locales/en/timezones.yml
|
889
891
|
- resources/locales/en/units.yml
|
892
|
+
- resources/locales/eo/calendars.yml
|
893
|
+
- resources/locales/eo/currencies.yml
|
894
|
+
- resources/locales/eo/day_periods.yml
|
895
|
+
- resources/locales/eo/fields.yml
|
896
|
+
- resources/locales/eo/languages.yml
|
897
|
+
- resources/locales/eo/layout.yml
|
898
|
+
- resources/locales/eo/lists.yml
|
899
|
+
- resources/locales/eo/numbers.yml
|
900
|
+
- resources/locales/eo/plural_rules.yml
|
901
|
+
- resources/locales/eo/plurals.yml
|
902
|
+
- resources/locales/eo/rbnf.yml
|
903
|
+
- resources/locales/eo/territories.yml
|
904
|
+
- resources/locales/eo/timezones.yml
|
905
|
+
- resources/locales/eo/units.yml
|
890
906
|
- resources/locales/es-419/calendars.yml
|
891
907
|
- resources/locales/es-419/currencies.yml
|
892
908
|
- resources/locales/es-419/day_periods.yml
|
@@ -3667,6 +3683,7 @@ files:
|
|
3667
3683
|
- spec/formatters/numbers/rbnf/locales/en-SG/rbnf_test.yml
|
3668
3684
|
- spec/formatters/numbers/rbnf/locales/en-ZA/rbnf_test.yml
|
3669
3685
|
- spec/formatters/numbers/rbnf/locales/en/rbnf_test.yml
|
3686
|
+
- spec/formatters/numbers/rbnf/locales/eo/rbnf_test.yml
|
3670
3687
|
- spec/formatters/numbers/rbnf/locales/es-419/rbnf_test.yml
|
3671
3688
|
- spec/formatters/numbers/rbnf/locales/es-CO/rbnf_test.yml
|
3672
3689
|
- spec/formatters/numbers/rbnf/locales/es-MX/rbnf_test.yml
|
@@ -3813,6 +3830,7 @@ files:
|
|
3813
3830
|
- spec/timezones/tests/en-US.yml
|
3814
3831
|
- spec/timezones/tests/en-ZA.yml
|
3815
3832
|
- spec/timezones/tests/en.yml
|
3833
|
+
- spec/timezones/tests/eo.yml
|
3816
3834
|
- spec/timezones/tests/es-419.yml
|
3817
3835
|
- spec/timezones/tests/es-AR.yml
|
3818
3836
|
- spec/timezones/tests/es-CO.yml
|