i18n-country-translations 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.rdoc +5 -4
- data/lib/i18n_country_translations/version.rb +1 -1
- data/rails/locale/pt.yml +5 -5
- metadata +20 -35
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 801615ab7d87a5cd089ba53ce6b5a7d5b7327178
|
4
|
+
data.tar.gz: a383c5f655ad7383c8b5d7023cb2d9cc90a2c788
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: f3e4ab5f54be4978ce851bbaa41fbd5b566884f67f13ef9acac20e858524a5926d80f343c6870abc14de9e54344ee9abeb191779d32f767f8632887a91b35a64
|
7
|
+
data.tar.gz: 7139a7ec726d3240f349299fc4504a50ae02b74ed433c34e9e1f4187d78f6cf3b6ce8fdea07bc01cd3ba9d2958d5773b3f0a96b5c10bf11377b13575aacd6785
|
data/README.rdoc
CHANGED
@@ -44,6 +44,7 @@ You can also use these standard translations to help if you don't want to use th
|
|
44
44
|
* Valentin Rabanelly - https://github.com/vjrabanelly
|
45
45
|
* Cyril Mougel - https://github.com/shingara
|
46
46
|
* Nick Grimshaw - https://github.com/nickgrim
|
47
|
+
* Fábio André Damas - https://github.com/skkeeper
|
47
48
|
|
48
49
|
== Related
|
49
50
|
You may also be intersted in the i18n_country_select gem which basically gives you a helper to make use of these translations in a coutry select dropdown.
|
@@ -53,10 +54,10 @@ If you need to use timezones, we also created a convenient way to translate the
|
|
53
54
|
https://github.com/onomojo/i18n-timezones
|
54
55
|
|
55
56
|
== Version History
|
56
|
-
|
57
|
-
1.0.1 - Fixing bad Gemfile.lock
|
58
|
-
1.0 - Adding fr-CA translation
|
59
|
-
0.0.9 - Update the locale files with the last values from the CLDR repository
|
57
|
+
* 1.0.2 - Fixing bad PT translations
|
58
|
+
* 1.0.1 - Fixing bad version in Gemfile.lock
|
59
|
+
* 1.0 - Adding fr-CA translation
|
60
|
+
* 0.0.9 - Update the locale files with the last values from the CLDR repository
|
60
61
|
|
61
62
|
== License
|
62
63
|
MIT or GPL
|
data/rails/locale/pt.yml
CHANGED
@@ -37,7 +37,7 @@ pt:
|
|
37
37
|
BT: "Butão"
|
38
38
|
BV: "Ilha Bouvet"
|
39
39
|
BW: "Botsuana"
|
40
|
-
BY: "
|
40
|
+
BY: "Bielorrússia"
|
41
41
|
BZ: "Belize"
|
42
42
|
CA: "Canadá"
|
43
43
|
CC: "Ilhas Coco"
|
@@ -93,7 +93,7 @@ pt:
|
|
93
93
|
GG: "Guernsey"
|
94
94
|
GH: "Gana"
|
95
95
|
GI: "Gibraltar"
|
96
|
-
GL: "
|
96
|
+
GL: "Gronelândia"
|
97
97
|
GM: "Gâmbia"
|
98
98
|
GN: "Guiné"
|
99
99
|
GP: "Guadalupe"
|
@@ -153,7 +153,7 @@ pt:
|
|
153
153
|
MD: "Moldávia"
|
154
154
|
ME: "Montenegro"
|
155
155
|
MF: "São Martinho"
|
156
|
-
MG: "
|
156
|
+
MG: "Madagáscar"
|
157
157
|
MH: "Ilhas Marshall"
|
158
158
|
MK: "Macedônia"
|
159
159
|
MK: "Macedônia [Antiga República Iugoslava da Macedônia - ARIM]"
|
@@ -212,7 +212,7 @@ pt:
|
|
212
212
|
SC: "Seychelles"
|
213
213
|
SD: "Sudão"
|
214
214
|
SE: "Suécia"
|
215
|
-
SG: "
|
215
|
+
SG: "Singapura"
|
216
216
|
SH: "Santa Helena"
|
217
217
|
SI: "Eslovênia"
|
218
218
|
SJ: "Svalbard e Jan Mayen"
|
@@ -257,7 +257,7 @@ pt:
|
|
257
257
|
VE: "Venezuela"
|
258
258
|
VG: "Ilhas Virgens Britânicas"
|
259
259
|
VI: "Ilhas Virgens dos EUA"
|
260
|
-
VN: "
|
260
|
+
VN: "Vietname"
|
261
261
|
VU: "Vanuatu"
|
262
262
|
WF: "Wallis e Futuna"
|
263
263
|
WS: "Samoa"
|
metadata
CHANGED
@@ -1,20 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: i18n-country-translations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
5
|
-
prerelease:
|
4
|
+
version: 1.0.2
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Brian McQuay
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-
|
11
|
+
date: 2013-10-24 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: i18n
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
17
|
- - ~>
|
20
18
|
- !ruby/object:Gem::Version
|
@@ -22,7 +20,6 @@ dependencies:
|
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
24
|
- - ~>
|
28
25
|
- !ruby/object:Gem::Version
|
@@ -30,71 +27,62 @@ dependencies:
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: railties
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
|
-
- -
|
31
|
+
- - '>='
|
36
32
|
- !ruby/object:Gem::Version
|
37
33
|
version: 3.0.0
|
38
34
|
type: :runtime
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
|
-
- -
|
38
|
+
- - '>='
|
44
39
|
- !ruby/object:Gem::Version
|
45
40
|
version: 3.0.0
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: rails
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
|
-
- -
|
45
|
+
- - '>='
|
52
46
|
- !ruby/object:Gem::Version
|
53
47
|
version: 3.0.0
|
54
48
|
type: :development
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
|
-
- -
|
52
|
+
- - '>='
|
60
53
|
- !ruby/object:Gem::Version
|
61
54
|
version: 3.0.0
|
62
55
|
- !ruby/object:Gem::Dependency
|
63
56
|
name: rspec-rails
|
64
57
|
requirement: !ruby/object:Gem::Requirement
|
65
|
-
none: false
|
66
58
|
requirements:
|
67
|
-
- -
|
59
|
+
- - '>='
|
68
60
|
- !ruby/object:Gem::Version
|
69
61
|
version: 2.7.0
|
70
62
|
type: :development
|
71
63
|
prerelease: false
|
72
64
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
-
none: false
|
74
65
|
requirements:
|
75
|
-
- -
|
66
|
+
- - '>='
|
76
67
|
- !ruby/object:Gem::Version
|
77
68
|
version: 2.7.0
|
78
69
|
- !ruby/object:Gem::Dependency
|
79
70
|
name: i18n-spec
|
80
71
|
requirement: !ruby/object:Gem::Requirement
|
81
|
-
none: false
|
82
72
|
requirements:
|
83
|
-
- -
|
73
|
+
- - '>='
|
84
74
|
- !ruby/object:Gem::Version
|
85
75
|
version: 0.1.1
|
86
76
|
type: :development
|
87
77
|
prerelease: false
|
88
78
|
version_requirements: !ruby/object:Gem::Requirement
|
89
|
-
none: false
|
90
79
|
requirements:
|
91
|
-
- -
|
80
|
+
- - '>='
|
92
81
|
- !ruby/object:Gem::Version
|
93
82
|
version: 0.1.1
|
94
83
|
- !ruby/object:Gem::Dependency
|
95
84
|
name: spork
|
96
85
|
requirement: !ruby/object:Gem::Requirement
|
97
|
-
none: false
|
98
86
|
requirements:
|
99
87
|
- - ~>
|
100
88
|
- !ruby/object:Gem::Version
|
@@ -102,7 +90,6 @@ dependencies:
|
|
102
90
|
type: :development
|
103
91
|
prerelease: false
|
104
92
|
version_requirements: !ruby/object:Gem::Requirement
|
105
|
-
none: false
|
106
93
|
requirements:
|
107
94
|
- - ~>
|
108
95
|
- !ruby/object:Gem::Version
|
@@ -110,17 +97,15 @@ dependencies:
|
|
110
97
|
- !ruby/object:Gem::Dependency
|
111
98
|
name: hpricot
|
112
99
|
requirement: !ruby/object:Gem::Requirement
|
113
|
-
none: false
|
114
100
|
requirements:
|
115
|
-
- -
|
101
|
+
- - '>='
|
116
102
|
- !ruby/object:Gem::Version
|
117
103
|
version: '0'
|
118
104
|
type: :development
|
119
105
|
prerelease: false
|
120
106
|
version_requirements: !ruby/object:Gem::Requirement
|
121
|
-
none: false
|
122
107
|
requirements:
|
123
|
-
- -
|
108
|
+
- - '>='
|
124
109
|
- !ruby/object:Gem::Version
|
125
110
|
version: '0'
|
126
111
|
description: The purpose of this gem is to simply provide country translations. The
|
@@ -334,28 +319,28 @@ files:
|
|
334
319
|
- README.rdoc
|
335
320
|
- MIT-LICENSE
|
336
321
|
homepage: https://github.com/onomojo/i18n-country-translations
|
337
|
-
licenses:
|
322
|
+
licenses:
|
323
|
+
- MIT
|
324
|
+
- GPL-2
|
325
|
+
metadata: {}
|
338
326
|
post_install_message:
|
339
327
|
rdoc_options: []
|
340
328
|
require_paths:
|
341
329
|
- lib
|
342
330
|
required_ruby_version: !ruby/object:Gem::Requirement
|
343
|
-
none: false
|
344
331
|
requirements:
|
345
|
-
- -
|
332
|
+
- - '>='
|
346
333
|
- !ruby/object:Gem::Version
|
347
334
|
version: '0'
|
348
335
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
349
|
-
none: false
|
350
336
|
requirements:
|
351
|
-
- -
|
337
|
+
- - '>='
|
352
338
|
- !ruby/object:Gem::Version
|
353
339
|
version: '0'
|
354
340
|
requirements: []
|
355
341
|
rubyforge_project:
|
356
|
-
rubygems_version:
|
342
|
+
rubygems_version: 2.0.6
|
357
343
|
signing_key:
|
358
|
-
specification_version:
|
344
|
+
specification_version: 4
|
359
345
|
summary: I18n Country Translations
|
360
346
|
test_files: []
|
361
|
-
has_rdoc:
|