i18n-country-translations 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rdoc +2 -0
- data/lib/i18n_country_translations/railtie.rb +1 -1
- data/lib/i18n_country_translations/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04b5e46d4b4df3fcc98b8e54a735c426a3456838
|
4
|
+
data.tar.gz: d527ef6adcf27f7fc91b303ec739767c3a3423f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a0ea08e6ea46db9617e493d937b1705898d0977cd8d65f020071ec9a942158eb9a17554d8ceaec952c521b910195e205a8c059f58183fb997f99b29e7a506f2
|
7
|
+
data.tar.gz: 6d5855dea77ba97bbebd39ec07fd2bc1655d131b926f6ee117d0564098de953fd967b57866a867cb682fb0c11c3a1cb5bb271bff0a9801de3b0555adf9aef8b9
|
data/README.rdoc
CHANGED
@@ -50,6 +50,7 @@ You can also use these standard translations to help if you don't want to use th
|
|
50
50
|
* Nick Grimshaw - https://github.com/nickgrim
|
51
51
|
* Fábio André Damas - https://github.com/skkeeper
|
52
52
|
* Allen Wyma - https://github.com/HangingClowns
|
53
|
+
* Touch Ungboriboonpisal - https://github.com/erks
|
53
54
|
|
54
55
|
== Related
|
55
56
|
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.
|
@@ -59,6 +60,7 @@ If you need to use timezones, we also created a convenient way to translate the
|
|
59
60
|
https://github.com/onomojo/i18n-timezones
|
60
61
|
|
61
62
|
== Version History
|
63
|
+
* 1.1.1 - Fixing bug from incorrect translation paths. Update gemspec for Rails 4 support.
|
62
64
|
* 1.1.0 - Updating all locales and separating out iso639-1 locales from 3 character unicode supported locales
|
63
65
|
* 1.0.4 - Adding zh-HK and zh-CN translations.
|
64
66
|
* 1.0.3 - Adding zh-TW translations.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: i18n-country-translations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian McQuay
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|
@@ -28,14 +28,14 @@ dependencies:
|
|
28
28
|
name: railties
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - '>='
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '3.0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '3.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|