i18n-continent-translations 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +15 -0
- data/.rspec +3 -0
- data/.travis.yml +5 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +193 -0
- data/README.md +22 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/i18n-continent-translations.gemspec +35 -0
- data/lib/i18n/continent/translations.rb +13 -0
- data/lib/i18n/continent/translations/railtie.rb +30 -0
- data/lib/i18n/continent/translations/version.rb +7 -0
- data/lib/rails/locales/ar.yml +9 -0
- data/lib/rails/locales/bg.yml +9 -0
- data/lib/rails/locales/ca.yml +9 -0
- data/lib/rails/locales/cs.yml +9 -0
- data/lib/rails/locales/da.yml +9 -0
- data/lib/rails/locales/de.yml +9 -0
- data/lib/rails/locales/el.yml +9 -0
- data/lib/rails/locales/en.yml +9 -0
- data/lib/rails/locales/es.yml +9 -0
- data/lib/rails/locales/et.yml +9 -0
- data/lib/rails/locales/fa.yml +9 -0
- data/lib/rails/locales/fi.yml +9 -0
- data/lib/rails/locales/fr.yml +9 -0
- data/lib/rails/locales/gl.yml +9 -0
- data/lib/rails/locales/hi.yml +9 -0
- data/lib/rails/locales/hr.yml +9 -0
- data/lib/rails/locales/ht.yml +9 -0
- data/lib/rails/locales/hu.yml +9 -0
- data/lib/rails/locales/id.yml +9 -0
- data/lib/rails/locales/it.yml +9 -0
- data/lib/rails/locales/iw.yml +9 -0
- data/lib/rails/locales/ja.yml +9 -0
- data/lib/rails/locales/ko.yml +9 -0
- data/lib/rails/locales/lt.yml +9 -0
- data/lib/rails/locales/lv.yml +9 -0
- data/lib/rails/locales/mt.yml +9 -0
- data/lib/rails/locales/nl.yml +9 -0
- data/lib/rails/locales/no.yml +10 -0
- data/lib/rails/locales/pl.yml +9 -0
- data/lib/rails/locales/pt.yml +9 -0
- data/lib/rails/locales/ro.yml +9 -0
- data/lib/rails/locales/ru.yml +9 -0
- data/lib/rails/locales/sk.yml +9 -0
- data/lib/rails/locales/sl.yml +9 -0
- data/lib/rails/locales/sq.yml +9 -0
- data/lib/rails/locales/sr.yml +9 -0
- data/lib/rails/locales/sv.yml +9 -0
- data/lib/rails/locales/th.yml +9 -0
- data/lib/rails/locales/tl.yml +9 -0
- data/lib/rails/locales/tr.yml +9 -0
- data/lib/rails/locales/uk.yml +9 -0
- data/lib/rails/locales/vi.yml +9 -0
- data/lib/rails/locales/zh-CN.yml +9 -0
- data/lib/rails/locales/zh-TW.yml +9 -0
- data/lib/rails/locales/zh.yml +9 -0
- metadata +231 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: d99686f6464a5373fc709b75d141416fdf98c3d0
|
4
|
+
data.tar.gz: ea152eb947b9ba1403f6ed688e12b1c30ae4e6b9
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: c94fbbbc82673209dfab317560c497f70fbbb47a24add12b070544e1fe55f4f639e6795407cacf56fd1baddf2a9e4728b892950b32db371eaff6f68ea1d7855d
|
7
|
+
data.tar.gz: ed4b2e824807cd7bdc9063ed287a304f6c0ad6881daa93ccf698e72254d7320699e5f654093beca1e7663edd1b4c46052ac6fcb57cfaeaa6c31e67149ed69cab
|
data/.gitignore
ADDED
data/.rspec
ADDED
data/.travis.yml
ADDED
data/Gemfile
ADDED
data/Gemfile.lock
ADDED
@@ -0,0 +1,193 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
i18n-continent-translations (0.1.0)
|
5
|
+
i18n (>= 0.9.3, < 2)
|
6
|
+
railties (>= 5.0, < 5.3)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: https://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actioncable (5.2.2)
|
12
|
+
actionpack (= 5.2.2)
|
13
|
+
nio4r (~> 2.0)
|
14
|
+
websocket-driver (>= 0.6.1)
|
15
|
+
actionmailer (5.2.2)
|
16
|
+
actionpack (= 5.2.2)
|
17
|
+
actionview (= 5.2.2)
|
18
|
+
activejob (= 5.2.2)
|
19
|
+
mail (~> 2.5, >= 2.5.4)
|
20
|
+
rails-dom-testing (~> 2.0)
|
21
|
+
actionpack (5.2.2)
|
22
|
+
actionview (= 5.2.2)
|
23
|
+
activesupport (= 5.2.2)
|
24
|
+
rack (~> 2.0)
|
25
|
+
rack-test (>= 0.6.3)
|
26
|
+
rails-dom-testing (~> 2.0)
|
27
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
28
|
+
actionview (5.2.2)
|
29
|
+
activesupport (= 5.2.2)
|
30
|
+
builder (~> 3.1)
|
31
|
+
erubi (~> 1.4)
|
32
|
+
rails-dom-testing (~> 2.0)
|
33
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
+
activejob (5.2.2)
|
35
|
+
activesupport (= 5.2.2)
|
36
|
+
globalid (>= 0.3.6)
|
37
|
+
activemodel (5.2.2)
|
38
|
+
activesupport (= 5.2.2)
|
39
|
+
activerecord (5.2.2)
|
40
|
+
activemodel (= 5.2.2)
|
41
|
+
activesupport (= 5.2.2)
|
42
|
+
arel (>= 9.0)
|
43
|
+
activestorage (5.2.2)
|
44
|
+
actionpack (= 5.2.2)
|
45
|
+
activerecord (= 5.2.2)
|
46
|
+
marcel (~> 0.3.1)
|
47
|
+
activesupport (5.2.2)
|
48
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
49
|
+
i18n (>= 0.7, < 2)
|
50
|
+
minitest (~> 5.1)
|
51
|
+
tzinfo (~> 1.1)
|
52
|
+
addressable (2.6.0)
|
53
|
+
public_suffix (>= 2.0.2, < 4.0)
|
54
|
+
arel (9.0.0)
|
55
|
+
babelphish (0.4.5)
|
56
|
+
json
|
57
|
+
ya2yaml
|
58
|
+
builder (3.2.3)
|
59
|
+
concurrent-ruby (1.1.4)
|
60
|
+
crass (1.0.4)
|
61
|
+
declarative (0.0.10)
|
62
|
+
declarative-option (0.1.0)
|
63
|
+
diff-lcs (1.3)
|
64
|
+
erubi (1.8.0)
|
65
|
+
faraday (0.15.4)
|
66
|
+
multipart-post (>= 1.2, < 3)
|
67
|
+
globalid (0.4.2)
|
68
|
+
activesupport (>= 4.2.0)
|
69
|
+
google-api-client (0.28.3)
|
70
|
+
addressable (~> 2.5, >= 2.5.1)
|
71
|
+
googleauth (>= 0.5, < 0.10.0)
|
72
|
+
httpclient (>= 2.8.1, < 3.0)
|
73
|
+
mime-types (~> 3.0)
|
74
|
+
representable (~> 3.0)
|
75
|
+
retriable (>= 2.0, < 4.0)
|
76
|
+
signet (~> 0.10)
|
77
|
+
googleauth (0.8.0)
|
78
|
+
faraday (~> 0.12)
|
79
|
+
jwt (>= 1.4, < 3.0)
|
80
|
+
memoist (~> 0.16)
|
81
|
+
multi_json (~> 1.11)
|
82
|
+
os (>= 0.9, < 2.0)
|
83
|
+
signet (~> 0.7)
|
84
|
+
httpclient (2.8.3)
|
85
|
+
i18n (1.5.3)
|
86
|
+
concurrent-ruby (~> 1.0)
|
87
|
+
json (2.1.0)
|
88
|
+
jwt (2.1.0)
|
89
|
+
loofah (2.2.3)
|
90
|
+
crass (~> 1.0.2)
|
91
|
+
nokogiri (>= 1.5.9)
|
92
|
+
mail (2.7.1)
|
93
|
+
mini_mime (>= 0.1.1)
|
94
|
+
marcel (0.3.3)
|
95
|
+
mimemagic (~> 0.3.2)
|
96
|
+
memoist (0.16.0)
|
97
|
+
method_source (0.9.2)
|
98
|
+
mime-types (3.2.2)
|
99
|
+
mime-types-data (~> 3.2015)
|
100
|
+
mime-types-data (3.2018.0812)
|
101
|
+
mimemagic (0.3.3)
|
102
|
+
mini_mime (1.0.1)
|
103
|
+
mini_portile2 (2.4.0)
|
104
|
+
minitest (5.11.3)
|
105
|
+
multi_json (1.13.1)
|
106
|
+
multipart-post (2.0.0)
|
107
|
+
nio4r (2.3.1)
|
108
|
+
nokogiri (1.10.1)
|
109
|
+
mini_portile2 (~> 2.4.0)
|
110
|
+
os (1.0.0)
|
111
|
+
public_suffix (3.0.3)
|
112
|
+
rack (2.0.6)
|
113
|
+
rack-test (1.1.0)
|
114
|
+
rack (>= 1.0, < 3)
|
115
|
+
rails (5.2.2)
|
116
|
+
actioncable (= 5.2.2)
|
117
|
+
actionmailer (= 5.2.2)
|
118
|
+
actionpack (= 5.2.2)
|
119
|
+
actionview (= 5.2.2)
|
120
|
+
activejob (= 5.2.2)
|
121
|
+
activemodel (= 5.2.2)
|
122
|
+
activerecord (= 5.2.2)
|
123
|
+
activestorage (= 5.2.2)
|
124
|
+
activesupport (= 5.2.2)
|
125
|
+
bundler (>= 1.3.0)
|
126
|
+
railties (= 5.2.2)
|
127
|
+
sprockets-rails (>= 2.0.0)
|
128
|
+
rails-dom-testing (2.0.3)
|
129
|
+
activesupport (>= 4.2.0)
|
130
|
+
nokogiri (>= 1.6)
|
131
|
+
rails-html-sanitizer (1.0.4)
|
132
|
+
loofah (~> 2.2, >= 2.2.2)
|
133
|
+
railties (5.2.2)
|
134
|
+
actionpack (= 5.2.2)
|
135
|
+
activesupport (= 5.2.2)
|
136
|
+
method_source
|
137
|
+
rake (>= 0.8.7)
|
138
|
+
thor (>= 0.19.0, < 2.0)
|
139
|
+
rake (10.5.0)
|
140
|
+
representable (3.0.4)
|
141
|
+
declarative (< 0.1.0)
|
142
|
+
declarative-option (< 0.2.0)
|
143
|
+
uber (< 0.2.0)
|
144
|
+
retriable (3.1.2)
|
145
|
+
rspec (3.8.0)
|
146
|
+
rspec-core (~> 3.8.0)
|
147
|
+
rspec-expectations (~> 3.8.0)
|
148
|
+
rspec-mocks (~> 3.8.0)
|
149
|
+
rspec-core (3.8.0)
|
150
|
+
rspec-support (~> 3.8.0)
|
151
|
+
rspec-expectations (3.8.2)
|
152
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
153
|
+
rspec-support (~> 3.8.0)
|
154
|
+
rspec-mocks (3.8.0)
|
155
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
156
|
+
rspec-support (~> 3.8.0)
|
157
|
+
rspec-support (3.8.0)
|
158
|
+
signet (0.11.0)
|
159
|
+
addressable (~> 2.3)
|
160
|
+
faraday (~> 0.9)
|
161
|
+
jwt (>= 1.5, < 3.0)
|
162
|
+
multi_json (~> 1.10)
|
163
|
+
sprockets (3.7.2)
|
164
|
+
concurrent-ruby (~> 1.0)
|
165
|
+
rack (> 1, < 3)
|
166
|
+
sprockets-rails (3.2.1)
|
167
|
+
actionpack (>= 4.0)
|
168
|
+
activesupport (>= 4.0)
|
169
|
+
sprockets (>= 3.0.0)
|
170
|
+
thor (0.20.3)
|
171
|
+
thread_safe (0.3.6)
|
172
|
+
tzinfo (1.2.5)
|
173
|
+
thread_safe (~> 0.1)
|
174
|
+
uber (0.1.0)
|
175
|
+
websocket-driver (0.7.0)
|
176
|
+
websocket-extensions (>= 0.1.0)
|
177
|
+
websocket-extensions (0.1.3)
|
178
|
+
ya2yaml (0.31)
|
179
|
+
|
180
|
+
PLATFORMS
|
181
|
+
ruby
|
182
|
+
|
183
|
+
DEPENDENCIES
|
184
|
+
babelphish
|
185
|
+
bundler (~> 1.16)
|
186
|
+
google-api-client
|
187
|
+
i18n-continent-translations!
|
188
|
+
rails (>= 5.0, < 5.3)
|
189
|
+
rake (~> 10.0)
|
190
|
+
rspec (~> 3.0)
|
191
|
+
|
192
|
+
BUNDLED WITH
|
193
|
+
1.16.2
|
data/README.md
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
# I18n::Continent::Translations
|
2
|
+
|
3
|
+
Provide translations of continents to you rails app.
|
4
|
+
```
|
5
|
+
I18n.t('continents.europe')
|
6
|
+
```
|
7
|
+
|
8
|
+
## Installation
|
9
|
+
|
10
|
+
Add this line to your application's Gemfile:
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
gem 'i18n-continent-translations'
|
14
|
+
```
|
15
|
+
|
16
|
+
## Development
|
17
|
+
|
18
|
+
Using [babelphish](https://github.com/jbasdf/babelphish) to create all translations.
|
19
|
+
|
20
|
+
## Contributing
|
21
|
+
|
22
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/pedrocarmona/i18n-continent-translations.
|
data/Rakefile
ADDED
data/bin/console
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require "bundler/setup"
|
4
|
+
require "i18n/continent/translations"
|
5
|
+
|
6
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
+
# with your gem easier. You can also use a different console, if you like.
|
8
|
+
|
9
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
+
# require "pry"
|
11
|
+
# Pry.start
|
12
|
+
|
13
|
+
require "irb"
|
14
|
+
IRB.start(__FILE__)
|
data/bin/setup
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
lib = File.expand_path("../lib", __FILE__)
|
4
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
5
|
+
require "i18n/continent/translations/version"
|
6
|
+
|
7
|
+
Gem::Specification.new do |spec|
|
8
|
+
spec.name = "i18n-continent-translations"
|
9
|
+
spec.version = I18n::Continent::Translations::VERSION
|
10
|
+
spec.authors = ["Pedro Carmona"]
|
11
|
+
spec.email = ["pcarmona1990@gmail.com"]
|
12
|
+
|
13
|
+
spec.summary = %q{translations for continents}
|
14
|
+
spec.description = %q{Add continent translations to you rails app.}
|
15
|
+
spec.homepage = "https://github.com/pedrocarmona/i18n-continent-translations"
|
16
|
+
|
17
|
+
# Specify which files should be added to the gem when it is released.
|
18
|
+
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
19
|
+
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
20
|
+
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
21
|
+
end
|
22
|
+
spec.bindir = "exe"
|
23
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
24
|
+
spec.require_paths = ["lib"]
|
25
|
+
|
26
|
+
spec.add_development_dependency "bundler", "~> 1.16"
|
27
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
28
|
+
spec.add_development_dependency "rspec", "~> 3.0"
|
29
|
+
spec.add_development_dependency "rails", ">= 5.0", '< 5.3'
|
30
|
+
spec.add_development_dependency "babelphish"
|
31
|
+
spec.add_development_dependency "google-api-client"
|
32
|
+
|
33
|
+
spec.add_dependency('i18n', '>= 0.9.3', '< 2')
|
34
|
+
spec.add_runtime_dependency 'railties', '>= 5.0', '< 5.3'
|
35
|
+
end
|
@@ -0,0 +1,13 @@
|
|
1
|
+
require "i18n/continent/translations/version"
|
2
|
+
require "i18n/continent/translations/railtie"
|
3
|
+
|
4
|
+
# I18n::Continent::Translations.root
|
5
|
+
module I18n
|
6
|
+
module Continent
|
7
|
+
module Translations
|
8
|
+
def self.root
|
9
|
+
File.expand_path('../../..', __FILE__)
|
10
|
+
end
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
require 'rails'
|
2
|
+
|
3
|
+
# I18n.t('continents.europe')
|
4
|
+
module I18n
|
5
|
+
module Continent
|
6
|
+
module Translations
|
7
|
+
class Railtie < ::Rails::Railtie #:nodoc:
|
8
|
+
initializer 'i18n-continent-translations' do |app|
|
9
|
+
I18n::Continent::Translations::Railtie.instance_eval do
|
10
|
+
pattern = pattern_from app.config.i18n.available_locales
|
11
|
+
|
12
|
+
add("rails/locales/#{pattern}.yml")
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
protected
|
17
|
+
|
18
|
+
def self.add(pattern)
|
19
|
+
files = Dir[File.join(I18n::Continent::Translations.root, pattern)]
|
20
|
+
I18n.load_path.concat(files)
|
21
|
+
end
|
22
|
+
|
23
|
+
def self.pattern_from(args)
|
24
|
+
array = Array(args || [])
|
25
|
+
array.blank? ? '*' : "{#{array.join ','}}"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
metadata
ADDED
@@ -0,0 +1,231 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: i18n-continent-translations
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Pedro Carmona
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2019-02-05 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: bundler
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.16'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.16'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rake
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '10.0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '10.0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rspec
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '3.0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '3.0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: rails
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '5.0'
|
62
|
+
- - "<"
|
63
|
+
- !ruby/object:Gem::Version
|
64
|
+
version: '5.3'
|
65
|
+
type: :development
|
66
|
+
prerelease: false
|
67
|
+
version_requirements: !ruby/object:Gem::Requirement
|
68
|
+
requirements:
|
69
|
+
- - ">="
|
70
|
+
- !ruby/object:Gem::Version
|
71
|
+
version: '5.0'
|
72
|
+
- - "<"
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: '5.3'
|
75
|
+
- !ruby/object:Gem::Dependency
|
76
|
+
name: babelphish
|
77
|
+
requirement: !ruby/object:Gem::Requirement
|
78
|
+
requirements:
|
79
|
+
- - ">="
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: '0'
|
82
|
+
type: :development
|
83
|
+
prerelease: false
|
84
|
+
version_requirements: !ruby/object:Gem::Requirement
|
85
|
+
requirements:
|
86
|
+
- - ">="
|
87
|
+
- !ruby/object:Gem::Version
|
88
|
+
version: '0'
|
89
|
+
- !ruby/object:Gem::Dependency
|
90
|
+
name: google-api-client
|
91
|
+
requirement: !ruby/object:Gem::Requirement
|
92
|
+
requirements:
|
93
|
+
- - ">="
|
94
|
+
- !ruby/object:Gem::Version
|
95
|
+
version: '0'
|
96
|
+
type: :development
|
97
|
+
prerelease: false
|
98
|
+
version_requirements: !ruby/object:Gem::Requirement
|
99
|
+
requirements:
|
100
|
+
- - ">="
|
101
|
+
- !ruby/object:Gem::Version
|
102
|
+
version: '0'
|
103
|
+
- !ruby/object:Gem::Dependency
|
104
|
+
name: i18n
|
105
|
+
requirement: !ruby/object:Gem::Requirement
|
106
|
+
requirements:
|
107
|
+
- - ">="
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
version: 0.9.3
|
110
|
+
- - "<"
|
111
|
+
- !ruby/object:Gem::Version
|
112
|
+
version: '2'
|
113
|
+
type: :runtime
|
114
|
+
prerelease: false
|
115
|
+
version_requirements: !ruby/object:Gem::Requirement
|
116
|
+
requirements:
|
117
|
+
- - ">="
|
118
|
+
- !ruby/object:Gem::Version
|
119
|
+
version: 0.9.3
|
120
|
+
- - "<"
|
121
|
+
- !ruby/object:Gem::Version
|
122
|
+
version: '2'
|
123
|
+
- !ruby/object:Gem::Dependency
|
124
|
+
name: railties
|
125
|
+
requirement: !ruby/object:Gem::Requirement
|
126
|
+
requirements:
|
127
|
+
- - ">="
|
128
|
+
- !ruby/object:Gem::Version
|
129
|
+
version: '5.0'
|
130
|
+
- - "<"
|
131
|
+
- !ruby/object:Gem::Version
|
132
|
+
version: '5.3'
|
133
|
+
type: :runtime
|
134
|
+
prerelease: false
|
135
|
+
version_requirements: !ruby/object:Gem::Requirement
|
136
|
+
requirements:
|
137
|
+
- - ">="
|
138
|
+
- !ruby/object:Gem::Version
|
139
|
+
version: '5.0'
|
140
|
+
- - "<"
|
141
|
+
- !ruby/object:Gem::Version
|
142
|
+
version: '5.3'
|
143
|
+
description: Add continent translations to you rails app.
|
144
|
+
email:
|
145
|
+
- pcarmona1990@gmail.com
|
146
|
+
executables: []
|
147
|
+
extensions: []
|
148
|
+
extra_rdoc_files: []
|
149
|
+
files:
|
150
|
+
- ".gitignore"
|
151
|
+
- ".rspec"
|
152
|
+
- ".travis.yml"
|
153
|
+
- Gemfile
|
154
|
+
- Gemfile.lock
|
155
|
+
- README.md
|
156
|
+
- Rakefile
|
157
|
+
- bin/console
|
158
|
+
- bin/setup
|
159
|
+
- i18n-continent-translations.gemspec
|
160
|
+
- lib/i18n/continent/translations.rb
|
161
|
+
- lib/i18n/continent/translations/railtie.rb
|
162
|
+
- lib/i18n/continent/translations/version.rb
|
163
|
+
- lib/rails/locales/ar.yml
|
164
|
+
- lib/rails/locales/bg.yml
|
165
|
+
- lib/rails/locales/ca.yml
|
166
|
+
- lib/rails/locales/cs.yml
|
167
|
+
- lib/rails/locales/da.yml
|
168
|
+
- lib/rails/locales/de.yml
|
169
|
+
- lib/rails/locales/el.yml
|
170
|
+
- lib/rails/locales/en.yml
|
171
|
+
- lib/rails/locales/es.yml
|
172
|
+
- lib/rails/locales/et.yml
|
173
|
+
- lib/rails/locales/fa.yml
|
174
|
+
- lib/rails/locales/fi.yml
|
175
|
+
- lib/rails/locales/fr.yml
|
176
|
+
- lib/rails/locales/gl.yml
|
177
|
+
- lib/rails/locales/hi.yml
|
178
|
+
- lib/rails/locales/hr.yml
|
179
|
+
- lib/rails/locales/ht.yml
|
180
|
+
- lib/rails/locales/hu.yml
|
181
|
+
- lib/rails/locales/id.yml
|
182
|
+
- lib/rails/locales/it.yml
|
183
|
+
- lib/rails/locales/iw.yml
|
184
|
+
- lib/rails/locales/ja.yml
|
185
|
+
- lib/rails/locales/ko.yml
|
186
|
+
- lib/rails/locales/lt.yml
|
187
|
+
- lib/rails/locales/lv.yml
|
188
|
+
- lib/rails/locales/mt.yml
|
189
|
+
- lib/rails/locales/nl.yml
|
190
|
+
- lib/rails/locales/no.yml
|
191
|
+
- lib/rails/locales/pl.yml
|
192
|
+
- lib/rails/locales/pt.yml
|
193
|
+
- lib/rails/locales/ro.yml
|
194
|
+
- lib/rails/locales/ru.yml
|
195
|
+
- lib/rails/locales/sk.yml
|
196
|
+
- lib/rails/locales/sl.yml
|
197
|
+
- lib/rails/locales/sq.yml
|
198
|
+
- lib/rails/locales/sr.yml
|
199
|
+
- lib/rails/locales/sv.yml
|
200
|
+
- lib/rails/locales/th.yml
|
201
|
+
- lib/rails/locales/tl.yml
|
202
|
+
- lib/rails/locales/tr.yml
|
203
|
+
- lib/rails/locales/uk.yml
|
204
|
+
- lib/rails/locales/vi.yml
|
205
|
+
- lib/rails/locales/zh-CN.yml
|
206
|
+
- lib/rails/locales/zh-TW.yml
|
207
|
+
- lib/rails/locales/zh.yml
|
208
|
+
homepage: https://github.com/pedrocarmona/i18n-continent-translations
|
209
|
+
licenses: []
|
210
|
+
metadata: {}
|
211
|
+
post_install_message:
|
212
|
+
rdoc_options: []
|
213
|
+
require_paths:
|
214
|
+
- lib
|
215
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
216
|
+
requirements:
|
217
|
+
- - ">="
|
218
|
+
- !ruby/object:Gem::Version
|
219
|
+
version: '0'
|
220
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
221
|
+
requirements:
|
222
|
+
- - ">="
|
223
|
+
- !ruby/object:Gem::Version
|
224
|
+
version: '0'
|
225
|
+
requirements: []
|
226
|
+
rubyforge_project:
|
227
|
+
rubygems_version: 2.6.14
|
228
|
+
signing_key:
|
229
|
+
specification_version: 4
|
230
|
+
summary: translations for continents
|
231
|
+
test_files: []
|