twitter_cldr 6.6.0 → 6.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +13 -13
- data/Rakefile +6 -1
- data/lib/twitter_cldr/resources.rb +2 -0
- data/lib/twitter_cldr/resources/list_formats_importer.rb +108 -0
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +0 -1
- data/lib/twitter_cldr/version.rb +1 -1
- data/resources/locales/af/lists.yml +3 -3
- data/resources/locales/be/lists.yml +3 -3
- data/resources/locales/bg/lists.yml +2 -2
- data/resources/locales/bn/lists.yml +2 -2
- data/resources/locales/bo/lists.yml +7 -7
- data/resources/locales/bs/lists.yml +3 -3
- data/resources/locales/ca/lists.yml +2 -2
- data/resources/locales/cy/lists.yml +2 -2
- data/resources/locales/da/lists.yml +1 -1
- data/resources/locales/de-AT/lists.yml +3 -3
- data/resources/locales/de-CH/lists.yml +3 -3
- data/resources/locales/de/lists.yml +3 -3
- data/resources/locales/el/lists.yml +2 -2
- data/resources/locales/en-US/lists.yml +2 -2
- data/resources/locales/en/lists.yml +2 -2
- data/resources/locales/eo/lists.yml +7 -7
- data/resources/locales/es-419/lists.yml +3 -3
- data/resources/locales/es-AR/lists.yml +3 -3
- data/resources/locales/es-CO/lists.yml +3 -3
- data/resources/locales/es-MX/lists.yml +3 -3
- data/resources/locales/es-US/lists.yml +3 -3
- data/resources/locales/es/lists.yml +3 -3
- data/resources/locales/et/lists.yml +2 -2
- data/resources/locales/eu/lists.yml +3 -3
- data/resources/locales/fi/lists.yml +3 -3
- data/resources/locales/fil/lists.yml +2 -2
- data/resources/locales/fr-BE/lists.yml +2 -2
- data/resources/locales/fr-CA/lists.yml +2 -2
- data/resources/locales/fr-CH/lists.yml +2 -2
- data/resources/locales/fr/lists.yml +2 -2
- data/resources/locales/gl/lists.yml +2 -2
- data/resources/locales/gu/lists.yml +1 -1
- data/resources/locales/he/lists.yml +1 -1
- data/resources/locales/hi/lists.yml +3 -3
- data/resources/locales/hr/lists.yml +3 -3
- data/resources/locales/hu/lists.yml +3 -3
- data/resources/locales/hy/lists.yml +2 -2
- data/resources/locales/id/lists.yml +2 -2
- data/resources/locales/is/lists.yml +2 -2
- data/resources/locales/it-CH/lists.yml +3 -3
- data/resources/locales/it/lists.yml +3 -3
- data/resources/locales/ja/lists.yml +3 -3
- data/resources/locales/ka/lists.yml +3 -3
- data/resources/locales/kk/lists.yml +3 -3
- data/resources/locales/km/lists.yml +2 -2
- data/resources/locales/kn/lists.yml +2 -2
- data/resources/locales/ko/lists.yml +3 -3
- data/resources/locales/lo/lists.yml +2 -2
- data/resources/locales/lt/lists.yml +3 -3
- data/resources/locales/lv/lists.yml +3 -3
- data/resources/locales/mk/lists.yml +2 -2
- data/resources/locales/mr/lists.yml +2 -2
- data/resources/locales/ms/lists.yml +2 -2
- data/resources/locales/mt/lists.yml +4 -4
- data/resources/locales/nb/lists.yml +3 -3
- data/resources/locales/nl-BE/lists.yml +3 -3
- data/resources/locales/nl/lists.yml +3 -3
- data/resources/locales/pl/lists.yml +2 -2
- data/resources/locales/pt-PT/lists.yml +2 -2
- data/resources/locales/pt/lists.yml +2 -2
- data/resources/locales/ro/lists.yml +2 -2
- data/resources/locales/ru/lists.yml +2 -2
- data/resources/locales/sk/lists.yml +3 -3
- data/resources/locales/sl/lists.yml +3 -3
- data/resources/locales/sq/lists.yml +3 -3
- data/resources/locales/sr-Cyrl-ME/lists.yml +3 -3
- data/resources/locales/sr-Latn-ME/lists.yml +15 -15
- data/resources/locales/sr/lists.yml +3 -3
- data/resources/locales/sv/lists.yml +2 -2
- data/resources/locales/ta/lists.yml +2 -2
- data/resources/locales/tr/lists.yml +2 -2
- data/resources/locales/uk/lists.yml +2 -2
- data/resources/locales/ur/lists.yml +2 -2
- data/resources/locales/vi/lists.yml +3 -3
- data/resources/locales/xh/lists.yml +7 -7
- data/resources/locales/zh-Hant/lists.yml +3 -3
- data/resources/locales/zh/lists.yml +3 -3
- data/resources/locales/zu/lists.yml +2 -2
- data/spec/spec_helper.rb +1 -1
- metadata +3 -2
@@ -13,9 +13,9 @@
|
|
13
13
|
:end: "{0} ar {1}"
|
14
14
|
:middle: "{0}, {1}"
|
15
15
|
:start: "{0}, {1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
18
|
-
:standard-narrow:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
|
+
:standard-narrow: :lists.standard-short
|
19
19
|
:standard-short:
|
20
20
|
? !ruby/symbol "2"
|
21
21
|
: "{0} ir {1}"
|
@@ -13,9 +13,9 @@
|
|
13
13
|
:end: "{0} vai {1}"
|
14
14
|
:middle: "{0}, {1}"
|
15
15
|
:start: "{0}, {1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
18
|
-
:standard-narrow:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
|
+
:standard-narrow: :lists.standard-short
|
19
19
|
:standard-short:
|
20
20
|
? !ruby/symbol "2"
|
21
21
|
: "{0} un {1}"
|
@@ -13,10 +13,10 @@
|
|
13
13
|
:end: "{0}, किंवा {1}"
|
14
14
|
:middle: "{0}, {1}"
|
15
15
|
:start: "{0}, {1}"
|
16
|
-
:or-narrow:
|
16
|
+
:or-narrow: :lists.or-short
|
17
17
|
:or-short:
|
18
18
|
:end: "{0} किंवा {1}"
|
19
|
-
:standard-narrow:
|
19
|
+
:standard-narrow: :lists.standard-short
|
20
20
|
:standard-short:
|
21
21
|
? !ruby/symbol "2"
|
22
22
|
: "{0} आणि {1}"
|
@@ -13,10 +13,10 @@
|
|
13
13
|
:end: "{0}, or {1}"
|
14
14
|
:middle: "{0}, {1}"
|
15
15
|
:start: "{0}, {1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
18
|
-
:standard-narrow:
|
19
|
-
:standard-short:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
|
+
:standard-narrow: :lists.standard-short
|
19
|
+
:standard-short: :lists.default
|
20
20
|
:unit:
|
21
21
|
? !ruby/symbol "2"
|
22
22
|
: "{0} u {1}"
|
@@ -13,9 +13,9 @@
|
|
13
13
|
:end: "{0} eller {1}"
|
14
14
|
:middle: "{0}, {1}"
|
15
15
|
:start: "{0}, {1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
18
|
-
:standard-narrow:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
|
+
:standard-narrow: :lists.standard-short
|
19
19
|
:standard-short:
|
20
20
|
? !ruby/symbol "2"
|
21
21
|
: "{0} og {1}"
|
@@ -13,9 +13,9 @@
|
|
13
13
|
:end: "{0} of {1}"
|
14
14
|
:middle: "{0}, {1}"
|
15
15
|
:start: "{0}, {1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
18
|
-
:standard-narrow:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
|
+
:standard-narrow: :lists.standard-short
|
19
19
|
:standard-short:
|
20
20
|
? !ruby/symbol "2"
|
21
21
|
: "{0} en {1}"
|
@@ -13,9 +13,9 @@
|
|
13
13
|
:end: "{0} of {1}"
|
14
14
|
:middle: "{0}, {1}"
|
15
15
|
:start: "{0}, {1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
18
|
-
:standard-narrow:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
|
+
:standard-narrow: :lists.standard-short
|
19
19
|
:standard-short:
|
20
20
|
? !ruby/symbol "2"
|
21
21
|
: "{0} en {1}"
|
@@ -13,9 +13,9 @@
|
|
13
13
|
:end: "{0} alebo {1}"
|
14
14
|
:middle: "{0}, {1}"
|
15
15
|
:start: "{0}, {1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
18
|
-
:standard-narrow:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
|
+
:standard-narrow: :lists.standard-short
|
19
19
|
:standard-short:
|
20
20
|
? !ruby/symbol "2"
|
21
21
|
: "{0} a {1}"
|
@@ -13,9 +13,9 @@
|
|
13
13
|
:end: "{0} ali {1}"
|
14
14
|
:middle: "{0}, {1}"
|
15
15
|
:start: "{0}, {1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
18
|
-
:standard-narrow:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
|
+
:standard-narrow: :lists.standard-short
|
19
19
|
:standard-short:
|
20
20
|
? !ruby/symbol "2"
|
21
21
|
: "{0} in {1}"
|
@@ -13,9 +13,9 @@
|
|
13
13
|
:end: "{0} ose {1}"
|
14
14
|
:middle: "{0}, {1}"
|
15
15
|
:start: "{0}, {1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
18
|
-
:standard-narrow:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
|
+
:standard-narrow: :lists.standard-short
|
19
19
|
:standard-short:
|
20
20
|
? !ruby/symbol "2"
|
21
21
|
: "{0} dhe {1}"
|
@@ -13,9 +13,9 @@
|
|
13
13
|
:end: "{0} или {1}"
|
14
14
|
:middle: "{0}, {1}"
|
15
15
|
:start: "{0}, {1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
18
|
-
:standard-narrow:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
|
+
:standard-narrow: :lists.standard-short
|
19
19
|
:standard-short:
|
20
20
|
? !ruby/symbol "2"
|
21
21
|
: "{0} и {1}"
|
@@ -3,40 +3,40 @@
|
|
3
3
|
:lists:
|
4
4
|
:default:
|
5
5
|
? !ruby/symbol "2"
|
6
|
-
: "{0}
|
7
|
-
:end: "{0}
|
6
|
+
: "{0} i {1}"
|
7
|
+
:end: "{0} i {1}"
|
8
8
|
:middle: "{0}, {1}"
|
9
9
|
:start: "{0}, {1}"
|
10
10
|
:or:
|
11
11
|
? !ruby/symbol "2"
|
12
|
-
: "{0}
|
13
|
-
:end: "{0}
|
12
|
+
: "{0} ili {1}"
|
13
|
+
:end: "{0} ili {1}"
|
14
14
|
:middle: "{0}, {1}"
|
15
15
|
:start: "{0}, {1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
18
|
-
:standard-narrow:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
|
+
:standard-narrow: :lists.standard-short
|
19
19
|
:standard-short:
|
20
20
|
? !ruby/symbol "2"
|
21
|
-
: "{0}
|
22
|
-
:end: "{0}
|
21
|
+
: "{0} i {1}"
|
22
|
+
:end: "{0} i {1}"
|
23
23
|
:middle: "{0}, {1}"
|
24
24
|
:start: "{0}, {1}"
|
25
25
|
:unit:
|
26
26
|
? !ruby/symbol "2"
|
27
|
-
: "{0}
|
28
|
-
:end: "{0}
|
27
|
+
: "{0} i {1}"
|
28
|
+
:end: "{0} i {1}"
|
29
29
|
:middle: "{0}, {1}"
|
30
30
|
:start: "{0}, {1}"
|
31
31
|
:unit-narrow:
|
32
32
|
? !ruby/symbol "2"
|
33
|
-
: "{0}
|
34
|
-
:end: "{0}
|
33
|
+
: "{0} i {1}"
|
34
|
+
:end: "{0} i {1}"
|
35
35
|
:middle: "{0}, {1}"
|
36
36
|
:start: "{0}, {1}"
|
37
37
|
:unit-short:
|
38
38
|
? !ruby/symbol "2"
|
39
|
-
: "{0}
|
40
|
-
:end: "{0}
|
39
|
+
: "{0} i {1}"
|
40
|
+
:end: "{0} i {1}"
|
41
41
|
:middle: "{0}, {1}"
|
42
42
|
:start: "{0}, {1}"
|
@@ -13,9 +13,9 @@
|
|
13
13
|
:end: "{0} или {1}"
|
14
14
|
:middle: "{0}, {1}"
|
15
15
|
:start: "{0}, {1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
18
|
-
:standard-narrow:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
|
+
:standard-narrow: :lists.standard-short
|
19
19
|
:standard-short:
|
20
20
|
? !ruby/symbol "2"
|
21
21
|
: "{0} и {1}"
|
@@ -13,8 +13,8 @@
|
|
13
13
|
:end: "{0} hoặc {1}"
|
14
14
|
:middle: "{0}, {1}"
|
15
15
|
:start: "{0}, {1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
18
|
:standard-narrow:
|
19
19
|
? !ruby/symbol "2"
|
20
20
|
: "{0}, {1}"
|
@@ -25,7 +25,7 @@
|
|
25
25
|
? !ruby/symbol "2"
|
26
26
|
: "{0} và {1}"
|
27
27
|
:end: "{0} và {1}"
|
28
|
-
:unit:
|
28
|
+
:unit: :lists.unit-short
|
29
29
|
:unit-narrow:
|
30
30
|
? !ruby/symbol "2"
|
31
31
|
: "{0} {1}"
|
@@ -13,10 +13,10 @@
|
|
13
13
|
:end: "{0}, or {1}"
|
14
14
|
:middle: "{0}, {1}"
|
15
15
|
:start: "{0}, {1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
18
|
-
:standard-narrow:
|
19
|
-
:standard-short:
|
20
|
-
:unit:
|
21
|
-
:unit-narrow:
|
22
|
-
:unit-short:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
|
+
:standard-narrow: :lists.standard-short
|
19
|
+
:standard-short: :lists.default
|
20
|
+
:unit: :lists.unit-short
|
21
|
+
:unit-narrow: :lists.unit-short
|
22
|
+
:unit-short: :lists.default
|
@@ -13,9 +13,9 @@
|
|
13
13
|
:end: "{0}或{1}"
|
14
14
|
:middle: "{0}、{1}"
|
15
15
|
:start: "{0}、{1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
18
|
-
:standard-narrow:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
|
+
:standard-narrow: :lists.standard-short
|
19
19
|
:standard-short:
|
20
20
|
? !ruby/symbol "2"
|
21
21
|
: "{0}和{1}"
|
@@ -13,9 +13,9 @@
|
|
13
13
|
:end: "{0}或{1}"
|
14
14
|
:middle: "{0}、{1}"
|
15
15
|
:start: "{0}、{1}"
|
16
|
-
:or-narrow:
|
17
|
-
:or-short:
|
18
|
-
:standard-narrow:
|
16
|
+
:or-narrow: :lists.or-short
|
17
|
+
:or-short: :lists.or
|
18
|
+
:standard-narrow: :lists.standard-short
|
19
19
|
:standard-short:
|
20
20
|
? !ruby/symbol "2"
|
21
21
|
: "{0}和{1}"
|