twitter_cldr 2.0.1 → 2.0.2
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.
- data/History.txt +4 -0
- data/lib/twitter_cldr/resources/custom_locales_resources_importer.rb +4 -4
- data/lib/twitter_cldr/version.rb +1 -1
- data/resources/collation/tailoring/vi.yml +39 -0
- data/resources/collation/tries/vi.dump +0 -0
- data/resources/custom/locales/be/units.yml +4 -4
- data/resources/custom/locales/bg/units.yml +2 -2
- data/resources/custom/locales/bn/units.yml +8 -0
- data/resources/custom/locales/he/units.yml +8 -0
- data/resources/custom/locales/vi/units.yml +15 -0
- data/resources/locales/vi/calendars.yml +257 -0
- data/resources/locales/vi/currencies.yml +602 -0
- data/resources/locales/vi/languages.yml +573 -0
- data/resources/locales/vi/layout.yml +4 -0
- data/resources/locales/vi/lists.yml +7 -0
- data/resources/locales/vi/numbers.yml +56 -0
- data/resources/locales/vi/plurals.yml +3 -0
- data/resources/locales/vi/units.yml +80 -0
- metadata +47 -53
@@ -0,0 +1,56 @@
|
|
1
|
+
---
|
2
|
+
:vi:
|
3
|
+
:numbers:
|
4
|
+
:formats:
|
5
|
+
:currency:
|
6
|
+
:patterns:
|
7
|
+
:default: ! '#,##0.00 ¤'
|
8
|
+
:unit:
|
9
|
+
:other: ! '{0} {1}'
|
10
|
+
:decimal:
|
11
|
+
:patterns:
|
12
|
+
:default: ! '#,##0.###'
|
13
|
+
:long:
|
14
|
+
1000: 0 nghìn
|
15
|
+
10000: 00 nghìn
|
16
|
+
100000: 000 nghìn
|
17
|
+
1000000: 0 triệu
|
18
|
+
10000000: 00 triệu
|
19
|
+
100000000: 000 triệu
|
20
|
+
1000000000: 0 tỷ
|
21
|
+
10000000000: 00 tỷ
|
22
|
+
100000000000: 000 tỷ
|
23
|
+
1000000000000: 0 nghìn tỷ
|
24
|
+
10000000000000: 00 nghìn tỷ
|
25
|
+
100000000000000: 000 nghìn tỷ
|
26
|
+
:short:
|
27
|
+
1000: 0 N
|
28
|
+
10000: 00 N
|
29
|
+
100000: 000 N
|
30
|
+
1000000: 0 Tr
|
31
|
+
10000000: 00 Tr
|
32
|
+
100000000: 000 Tr
|
33
|
+
1000000000: 0 T
|
34
|
+
10000000000: 00 T
|
35
|
+
100000000000: 000 T
|
36
|
+
1000000000000: 0 NT
|
37
|
+
10000000000000: 00 NT
|
38
|
+
100000000000000: 000 NT
|
39
|
+
:percent:
|
40
|
+
:patterns:
|
41
|
+
:default: ! '#,##0%'
|
42
|
+
:scientific:
|
43
|
+
:patterns:
|
44
|
+
:default: ! '#E0'
|
45
|
+
:symbols:
|
46
|
+
:alias: ''
|
47
|
+
:decimal: ! ','
|
48
|
+
:exponential: E
|
49
|
+
:group: .
|
50
|
+
:infinity: ∞
|
51
|
+
:list: ;
|
52
|
+
:minus_sign: ! '-'
|
53
|
+
:nan: NaN
|
54
|
+
:per_mille: ‰
|
55
|
+
:percent_sign: ! '%'
|
56
|
+
:plus_sign: +
|
@@ -0,0 +1,80 @@
|
|
1
|
+
---
|
2
|
+
:vi:
|
3
|
+
:units:
|
4
|
+
:day:
|
5
|
+
:default:
|
6
|
+
:other: ! '{0} ngày'
|
7
|
+
:short:
|
8
|
+
:other: ! '{0} ngày'
|
9
|
+
:day-future:
|
10
|
+
:default:
|
11
|
+
:other: Trong {0} ngày
|
12
|
+
:day-past:
|
13
|
+
:default:
|
14
|
+
:other: ! '{0} ngày trước'
|
15
|
+
:hour:
|
16
|
+
:default:
|
17
|
+
:other: ! '{0} giờ'
|
18
|
+
:short:
|
19
|
+
:other: ! '{0} g'
|
20
|
+
:hour-future:
|
21
|
+
:default:
|
22
|
+
:other: Trong {0} giờ
|
23
|
+
:hour-past:
|
24
|
+
:default:
|
25
|
+
:other: ! '{0} giờ trước'
|
26
|
+
:minute:
|
27
|
+
:default:
|
28
|
+
:other: ! '{0} phút'
|
29
|
+
:short:
|
30
|
+
:other: ! '{0} ph'
|
31
|
+
:minute-future:
|
32
|
+
:default:
|
33
|
+
:other: Trong {0} phút
|
34
|
+
:minute-past:
|
35
|
+
:default:
|
36
|
+
:other: ! '{0} phút trước'
|
37
|
+
:month:
|
38
|
+
:default:
|
39
|
+
:other: ! '{0} tháng'
|
40
|
+
:short:
|
41
|
+
:other: ! '{0} tháng'
|
42
|
+
:month-future:
|
43
|
+
:default:
|
44
|
+
:other: Trong {0} tháng
|
45
|
+
:month-past:
|
46
|
+
:default:
|
47
|
+
:other: ! '{0} tháng trước'
|
48
|
+
:second:
|
49
|
+
:default:
|
50
|
+
:other: ! '{0} giây'
|
51
|
+
:short:
|
52
|
+
:other: ! '{0} s'
|
53
|
+
:second-future:
|
54
|
+
:default:
|
55
|
+
:other: Trong {0} giây
|
56
|
+
:second-past:
|
57
|
+
:default:
|
58
|
+
:other: ! '{0} giây trước'
|
59
|
+
:week:
|
60
|
+
:default:
|
61
|
+
:other: ! '{0} tuần'
|
62
|
+
:short:
|
63
|
+
:other: ! '{0} tuần'
|
64
|
+
:week-future:
|
65
|
+
:default:
|
66
|
+
:other: Trong {0} tuần
|
67
|
+
:week-past:
|
68
|
+
:default:
|
69
|
+
:other: ! '{0} tuần trước'
|
70
|
+
:year:
|
71
|
+
:default:
|
72
|
+
:other: ! '{0} năm'
|
73
|
+
:short:
|
74
|
+
:other: ! '{0} năm'
|
75
|
+
:year-future:
|
76
|
+
:default:
|
77
|
+
:other: Trong {0} năm
|
78
|
+
:year-past:
|
79
|
+
:default:
|
80
|
+
:other: ! '{0} năm trước'
|
metadata
CHANGED
@@ -1,48 +1,40 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: twitter_cldr
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2.0.2
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 2
|
8
|
-
- 0
|
9
|
-
- 1
|
10
|
-
version: 2.0.1
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Cameron Dutro
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2012-12-07 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
21
15
|
name: json
|
22
|
-
|
23
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
24
17
|
none: false
|
25
|
-
requirements:
|
26
|
-
- -
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
hash: 1
|
29
|
-
segments:
|
30
|
-
- 1
|
31
|
-
- 1
|
32
|
-
- 9
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
33
21
|
version: 1.1.9
|
34
22
|
type: :runtime
|
35
|
-
|
36
|
-
|
37
|
-
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ! '>='
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 1.1.9
|
30
|
+
description: Ruby implementation of the ICU (International Components for Unicode)
|
31
|
+
that uses the Common Locale Data Repository to format dates, plurals, and more.
|
32
|
+
email:
|
38
33
|
- cdutro@twitter.com
|
39
34
|
executables: []
|
40
|
-
|
41
35
|
extensions: []
|
42
|
-
|
43
36
|
extra_rdoc_files: []
|
44
|
-
|
45
|
-
files:
|
37
|
+
files:
|
46
38
|
- lib/twitter_cldr/collation/collator.rb
|
47
39
|
- lib/twitter_cldr/collation/implicit_collation_elements.rb
|
48
40
|
- lib/twitter_cldr/collation/sort_key_builder.rb
|
@@ -281,6 +273,7 @@ files:
|
|
281
273
|
- resources/collation/tailoring/tr.yml
|
282
274
|
- resources/collation/tailoring/uk.yml
|
283
275
|
- resources/collation/tailoring/ur.yml
|
276
|
+
- resources/collation/tailoring/vi.yml
|
284
277
|
- resources/collation/tailoring/zh-Hant.yml
|
285
278
|
- resources/collation/tailoring/zh.yml
|
286
279
|
- resources/collation/tries/af.dump
|
@@ -328,6 +321,7 @@ files:
|
|
328
321
|
- resources/collation/tries/tr.dump
|
329
322
|
- resources/collation/tries/uk.dump
|
330
323
|
- resources/collation/tries/ur.dump
|
324
|
+
- resources/collation/tries/vi.dump
|
331
325
|
- resources/collation/tries/zh-Hant.dump
|
332
326
|
- resources/collation/tries/zh.dump
|
333
327
|
- resources/custom/locales/af/units.yml
|
@@ -375,6 +369,7 @@ files:
|
|
375
369
|
- resources/custom/locales/tr/units.yml
|
376
370
|
- resources/custom/locales/uk/units.yml
|
377
371
|
- resources/custom/locales/ur/units.yml
|
372
|
+
- resources/custom/locales/vi/units.yml
|
378
373
|
- resources/custom/locales/zh/units.yml
|
379
374
|
- resources/custom/locales/zh-Hant/units.yml
|
380
375
|
- resources/locales/af/calendars.yml
|
@@ -729,6 +724,14 @@ files:
|
|
729
724
|
- resources/locales/ur/numbers.yml
|
730
725
|
- resources/locales/ur/plurals.yml
|
731
726
|
- resources/locales/ur/units.yml
|
727
|
+
- resources/locales/vi/calendars.yml
|
728
|
+
- resources/locales/vi/currencies.yml
|
729
|
+
- resources/locales/vi/languages.yml
|
730
|
+
- resources/locales/vi/layout.yml
|
731
|
+
- resources/locales/vi/lists.yml
|
732
|
+
- resources/locales/vi/numbers.yml
|
733
|
+
- resources/locales/vi/plurals.yml
|
734
|
+
- resources/locales/vi/units.yml
|
732
735
|
- resources/locales/zh/calendars.yml
|
733
736
|
- resources/locales/zh/currencies.yml
|
734
737
|
- resources/locales/zh/languages.yml
|
@@ -983,36 +986,27 @@ files:
|
|
983
986
|
- twitter_cldr.gemspec
|
984
987
|
homepage: http://twitter.com
|
985
988
|
licenses: []
|
986
|
-
|
987
989
|
post_install_message:
|
988
990
|
rdoc_options: []
|
989
|
-
|
990
|
-
require_paths:
|
991
|
+
require_paths:
|
991
992
|
- lib
|
992
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
993
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
993
994
|
none: false
|
994
|
-
requirements:
|
995
|
-
- -
|
996
|
-
- !ruby/object:Gem::Version
|
997
|
-
|
998
|
-
|
999
|
-
- 0
|
1000
|
-
version: "0"
|
1001
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
995
|
+
requirements:
|
996
|
+
- - ! '>='
|
997
|
+
- !ruby/object:Gem::Version
|
998
|
+
version: '0'
|
999
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
1002
1000
|
none: false
|
1003
|
-
requirements:
|
1004
|
-
- -
|
1005
|
-
- !ruby/object:Gem::Version
|
1006
|
-
|
1007
|
-
segments:
|
1008
|
-
- 0
|
1009
|
-
version: "0"
|
1001
|
+
requirements:
|
1002
|
+
- - ! '>='
|
1003
|
+
- !ruby/object:Gem::Version
|
1004
|
+
version: '0'
|
1010
1005
|
requirements: []
|
1011
|
-
|
1012
1006
|
rubyforge_project:
|
1013
|
-
rubygems_version: 1.8.
|
1007
|
+
rubygems_version: 1.8.24
|
1014
1008
|
signing_key:
|
1015
1009
|
specification_version: 3
|
1016
|
-
summary: Ruby implementation of the ICU (International Components for Unicode) that
|
1010
|
+
summary: Ruby implementation of the ICU (International Components for Unicode) that
|
1011
|
+
uses the Common Locale Data Repository to format dates, plurals, and more.
|
1017
1012
|
test_files: []
|
1018
|
-
|