i18n-country-translations 1.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -0
- data/lib/i18n_country_translations/version.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -43,6 +43,7 @@ You can also use these standard translations to help if you don't want to use th
|
|
43
43
|
* Kamil Politowicz - https://github.com/kpolitowicz
|
44
44
|
* Valentin Rabanelly - https://github.com/vjrabanelly
|
45
45
|
* Cyril Mougel - https://github.com/shingara
|
46
|
+
* Nick Grimshaw - https://github.com/nickgrim
|
46
47
|
|
47
48
|
== Related
|
48
49
|
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,6 +54,7 @@ https://github.com/onomojo/i18n-timezones
|
|
53
54
|
|
54
55
|
== Version History
|
55
56
|
|
57
|
+
1.0.1 - Fixing bad Gemfile.lock
|
56
58
|
1.0 - Adding fr-CA translation
|
57
59
|
0.0.9 - Update the locale files with the last values from the CLDR repository
|
58
60
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: i18n-country-translations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-04-
|
12
|
+
date: 2013-04-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: i18n
|