i18n-continent-translations 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +15 -0
  3. data/.rspec +3 -0
  4. data/.travis.yml +5 -0
  5. data/Gemfile +6 -0
  6. data/Gemfile.lock +193 -0
  7. data/README.md +22 -0
  8. data/Rakefile +6 -0
  9. data/bin/console +14 -0
  10. data/bin/setup +8 -0
  11. data/i18n-continent-translations.gemspec +35 -0
  12. data/lib/i18n/continent/translations.rb +13 -0
  13. data/lib/i18n/continent/translations/railtie.rb +30 -0
  14. data/lib/i18n/continent/translations/version.rb +7 -0
  15. data/lib/rails/locales/ar.yml +9 -0
  16. data/lib/rails/locales/bg.yml +9 -0
  17. data/lib/rails/locales/ca.yml +9 -0
  18. data/lib/rails/locales/cs.yml +9 -0
  19. data/lib/rails/locales/da.yml +9 -0
  20. data/lib/rails/locales/de.yml +9 -0
  21. data/lib/rails/locales/el.yml +9 -0
  22. data/lib/rails/locales/en.yml +9 -0
  23. data/lib/rails/locales/es.yml +9 -0
  24. data/lib/rails/locales/et.yml +9 -0
  25. data/lib/rails/locales/fa.yml +9 -0
  26. data/lib/rails/locales/fi.yml +9 -0
  27. data/lib/rails/locales/fr.yml +9 -0
  28. data/lib/rails/locales/gl.yml +9 -0
  29. data/lib/rails/locales/hi.yml +9 -0
  30. data/lib/rails/locales/hr.yml +9 -0
  31. data/lib/rails/locales/ht.yml +9 -0
  32. data/lib/rails/locales/hu.yml +9 -0
  33. data/lib/rails/locales/id.yml +9 -0
  34. data/lib/rails/locales/it.yml +9 -0
  35. data/lib/rails/locales/iw.yml +9 -0
  36. data/lib/rails/locales/ja.yml +9 -0
  37. data/lib/rails/locales/ko.yml +9 -0
  38. data/lib/rails/locales/lt.yml +9 -0
  39. data/lib/rails/locales/lv.yml +9 -0
  40. data/lib/rails/locales/mt.yml +9 -0
  41. data/lib/rails/locales/nl.yml +9 -0
  42. data/lib/rails/locales/no.yml +10 -0
  43. data/lib/rails/locales/pl.yml +9 -0
  44. data/lib/rails/locales/pt.yml +9 -0
  45. data/lib/rails/locales/ro.yml +9 -0
  46. data/lib/rails/locales/ru.yml +9 -0
  47. data/lib/rails/locales/sk.yml +9 -0
  48. data/lib/rails/locales/sl.yml +9 -0
  49. data/lib/rails/locales/sq.yml +9 -0
  50. data/lib/rails/locales/sr.yml +9 -0
  51. data/lib/rails/locales/sv.yml +9 -0
  52. data/lib/rails/locales/th.yml +9 -0
  53. data/lib/rails/locales/tl.yml +9 -0
  54. data/lib/rails/locales/tr.yml +9 -0
  55. data/lib/rails/locales/uk.yml +9 -0
  56. data/lib/rails/locales/vi.yml +9 -0
  57. data/lib/rails/locales/zh-CN.yml +9 -0
  58. data/lib/rails/locales/zh-TW.yml +9 -0
  59. data/lib/rails/locales/zh.yml +9 -0
  60. 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
@@ -0,0 +1,15 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
12
+
13
+ .DS_Store
14
+ .babelphish.yml
15
+ vendor/bundle
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.travis.yml ADDED
@@ -0,0 +1,5 @@
1
+ sudo: false
2
+ language: ruby
3
+ rvm:
4
+ - 2.4.3
5
+ before_install: gem install bundler -v 1.16.2
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in i18n-continent-translations.gemspec
6
+ gemspec
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
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
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,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -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
@@ -0,0 +1,7 @@
1
+ module I18n
2
+ module Continent
3
+ module Translations
4
+ VERSION = "0.1.0"
5
+ end
6
+ end
7
+ end
@@ -0,0 +1,9 @@
1
+ ---
2
+ ar:
3
+ continents:
4
+ africa: أفريقيا
5
+ antarctica: "القارة القطبية الجنوبية"
6
+ australia: أستراليا
7
+ europe: أوروبا
8
+ north_america: "شمال امريكا"
9
+ south_america: "جنوب امريكا"
@@ -0,0 +1,9 @@
1
+ ---
2
+ bg:
3
+ continents:
4
+ africa: Африка
5
+ antarctica: Антарктида
6
+ australia: Австралия
7
+ europe: Европа
8
+ north_america: "Северна Америка"
9
+ south_america: "Южна Америка"
@@ -0,0 +1,9 @@
1
+ ---
2
+ ca:
3
+ continents:
4
+ africa: Àfrica
5
+ antarctica: Antàrtida
6
+ australia: Austràlia
7
+ europe: Europa
8
+ north_america: "Amèrica del nord"
9
+ south_america: "Sud Amèrica"
@@ -0,0 +1,9 @@
1
+ ---
2
+ cs:
3
+ continents:
4
+ africa: Afrika
5
+ antarctica: Antarktida
6
+ australia: Austrálie
7
+ europe: Evropa
8
+ north_america: "Severní Amerika"
9
+ south_america: "Jižní Amerika"
@@ -0,0 +1,9 @@
1
+ ---
2
+ da:
3
+ continents:
4
+ africa: Afrika
5
+ antarctica: Antarktis
6
+ australia: Australien
7
+ europe: Europa
8
+ north_america: Nordamerika
9
+ south_america: Sydamerika
@@ -0,0 +1,9 @@
1
+ ---
2
+ de:
3
+ continents:
4
+ africa: Afrika
5
+ antarctica: Antarktis
6
+ australia: Australien
7
+ europe: Europa
8
+ north_america: Nordamerika
9
+ south_america: Südamerika
@@ -0,0 +1,9 @@
1
+ ---
2
+ el:
3
+ continents:
4
+ africa: Αφρική
5
+ antarctica: Ανταρκτική
6
+ australia: Αυστραλία
7
+ europe: Ευρώπη
8
+ north_america: "Βόρεια Αμερική"
9
+ south_america: "νότια Αμερική"
@@ -0,0 +1,9 @@
1
+ ---
2
+ en:
3
+ continents:
4
+ north_america: North America
5
+ south_america: South America
6
+ africa: Africa
7
+ australia: Australia
8
+ europe: Europe
9
+ antarctica: Antarctica
@@ -0,0 +1,9 @@
1
+ ---
2
+ es:
3
+ continents:
4
+ africa: África
5
+ antarctica: Antártida
6
+ australia: Australia
7
+ europe: Europa
8
+ north_america: Norteamérica
9
+ south_america: Sudamerica
@@ -0,0 +1,9 @@
1
+ ---
2
+ et:
3
+ continents:
4
+ africa: Aafrika
5
+ antarctica: Antarktika
6
+ australia: Austraalia
7
+ europe: Euroopa
8
+ north_america: Põhja-Ameerika
9
+ south_america: Lõuna-Ameerika
@@ -0,0 +1,9 @@
1
+ ---
2
+ fa:
3
+ continents:
4
+ africa: آفریقا
5
+ antarctica: "قطب جنوب"
6
+ australia: استرالیا
7
+ europe: اروپا
8
+ north_america: "آمریکای شمالی"
9
+ south_america: "آمریکای جنوبی"
@@ -0,0 +1,9 @@
1
+ ---
2
+ fi:
3
+ continents:
4
+ africa: Afrikka
5
+ antarctica: Antarktis
6
+ australia: Australia
7
+ europe: Eurooppa
8
+ north_america: Pohjois-Amerikka
9
+ south_america: Etelä-Amerikka
@@ -0,0 +1,9 @@
1
+ ---
2
+ fr:
3
+ continents:
4
+ africa: Afrique
5
+ antarctica: Antarctique
6
+ australia: Australie
7
+ europe: "L&#39;Europe "
8
+ north_america: "Amérique du Nord"
9
+ south_america: "Amérique du sud"
@@ -0,0 +1,9 @@
1
+ ---
2
+ gl:
3
+ continents:
4
+ africa: África
5
+ antarctica: Antártida
6
+ australia: Australia
7
+ europe: Europa
8
+ north_america: "América do norte"
9
+ south_america: Sudamérica
@@ -0,0 +1,9 @@
1
+ ---
2
+ hi:
3
+ continents:
4
+ africa: अफ्रीका
5
+ antarctica: अंटार्कटिका
6
+ australia: ऑस्ट्रेलिया
7
+ europe: यूरोप
8
+ north_america: "उत्तरी अमेरिका"
9
+ south_america: "दक्षिण अमेरिका"
@@ -0,0 +1,9 @@
1
+ ---
2
+ hr:
3
+ continents:
4
+ africa: Afrika
5
+ antarctica: Antarktika
6
+ australia: Australija
7
+ europe: Europa
8
+ north_america: "Sjeverna Amerika"
9
+ south_america: "Južna Amerika"
@@ -0,0 +1,9 @@
1
+ ---
2
+ ht:
3
+ continents:
4
+ africa: Afrik
5
+ antarctica: Antatik
6
+ australia: Ostrali
7
+ europe: Ewòp
8
+ north_america: "Amerik di Nò"
9
+ south_america: "Amerik sid"
@@ -0,0 +1,9 @@
1
+ ---
2
+ hu:
3
+ continents:
4
+ africa: Afrika
5
+ antarctica: Antarktisz
6
+ australia: Ausztrália
7
+ europe: Európa
8
+ north_america: "Észak Amerika"
9
+ south_america: "Dél Amerika"
@@ -0,0 +1,9 @@
1
+ ---
2
+ id:
3
+ continents:
4
+ africa: Afrika
5
+ antarctica: Antartika
6
+ australia: Australia
7
+ europe: Eropa
8
+ north_america: "Amerika Utara"
9
+ south_america: "Amerika Selatan"
@@ -0,0 +1,9 @@
1
+ ---
2
+ it:
3
+ continents:
4
+ africa: Africa
5
+ antarctica: Antartide
6
+ australia: Australia
7
+ europe: Europa
8
+ north_america: "Nord America"
9
+ south_america: "Sud America"
@@ -0,0 +1,9 @@
1
+ ---
2
+ iw:
3
+ continents:
4
+ africa: אפריקה
5
+ antarctica: אנטארקטיקה
6
+ australia: אוסטרליה
7
+ europe: אירופה
8
+ north_america: "צפון אמריקה"
9
+ south_america: "דרום אמריקה"
@@ -0,0 +1,9 @@
1
+ ---
2
+ ja:
3
+ continents:
4
+ africa: アフリカ
5
+ antarctica: 南極大陸
6
+ australia: オーストラリア
7
+ europe: ヨーロッパ
8
+ north_america: 北米
9
+ south_america: 南アメリカ
@@ -0,0 +1,9 @@
1
+ ---
2
+ ko:
3
+ continents:
4
+ africa: 아프리카
5
+ antarctica: "남극 대륙"
6
+ australia: 호주
7
+ europe: 유럽
8
+ north_america: 북아메리카
9
+ south_america: 남아메리카
@@ -0,0 +1,9 @@
1
+ ---
2
+ lt:
3
+ continents:
4
+ africa: Afrika
5
+ antarctica: Antarktida
6
+ australia: Australija
7
+ europe: Europa
8
+ north_america: "Šiaurės Amerika"
9
+ south_america: "Pietų Amerika"
@@ -0,0 +1,9 @@
1
+ ---
2
+ lv:
3
+ continents:
4
+ africa: Āfrika
5
+ antarctica: Antarktīda
6
+ australia: Austrālija
7
+ europe: Eiropā
8
+ north_america: Ziemeļamerika
9
+ south_america: Dienvidamerika
@@ -0,0 +1,9 @@
1
+ ---
2
+ mt:
3
+ continents:
4
+ africa: L-Afrika
5
+ antarctica: Antartika
6
+ australia: Awstralja
7
+ europe: Ewropa
8
+ north_america: "L-Amerka ta &#39;Fuq"
9
+ south_america: "L-Amerika t&#39;Isfel"
@@ -0,0 +1,9 @@
1
+ ---
2
+ nl:
3
+ continents:
4
+ africa: Afrika
5
+ antarctica: Antarctica
6
+ australia: Australië
7
+ europe: Europa
8
+ north_america: "Noord Amerika"
9
+ south_america: Zuid-Amerika
@@ -0,0 +1,10 @@
1
+ ---
2
+ ? "no"
3
+ :
4
+ continents:
5
+ africa: Afrika
6
+ antarctica: Antarktis
7
+ australia: Australia
8
+ europe: Europa
9
+ north_america: "Nord Amerika"
10
+ south_america: "Sør Amerika"
@@ -0,0 +1,9 @@
1
+ ---
2
+ pl:
3
+ continents:
4
+ africa: Afryka
5
+ antarctica: Antarktyda
6
+ australia: Australia
7
+ europe: Europa
8
+ north_america: "Ameryka północna"
9
+ south_america: "Ameryka Południowa"
@@ -0,0 +1,9 @@
1
+ ---
2
+ pt-PT:
3
+ continents:
4
+ africa: África
5
+ antarctica: Antártica
6
+ australia: Austrália
7
+ europe: Europa
8
+ north_america: "América do Norte"
9
+ south_america: "América do Sul"
@@ -0,0 +1,9 @@
1
+ ---
2
+ ro:
3
+ continents:
4
+ africa: Africa
5
+ antarctica: Antarctica
6
+ australia: Australia
7
+ europe: Europa
8
+ north_america: "America de Nord"
9
+ south_america: "America de Sud"
@@ -0,0 +1,9 @@
1
+ ---
2
+ ru:
3
+ continents:
4
+ africa: Африка
5
+ antarctica: Антарктида
6
+ australia: Австралия
7
+ europe: Европа
8
+ north_america: "Северная Америка"
9
+ south_america: "Южная Америка"
@@ -0,0 +1,9 @@
1
+ ---
2
+ sk:
3
+ continents:
4
+ africa: Afrika
5
+ antarctica: Antarctica
6
+ australia: Austrália
7
+ europe: Európa
8
+ north_america: "Severná Amerika"
9
+ south_america: "Južná Amerika"
@@ -0,0 +1,9 @@
1
+ ---
2
+ sl:
3
+ continents:
4
+ africa: Afriko
5
+ antarctica: Antarktika
6
+ australia: Avstralija
7
+ europe: Evropi
8
+ north_america: "Severna Amerika"
9
+ south_america: "Južna Amerika"
@@ -0,0 +1,9 @@
1
+ ---
2
+ sq:
3
+ continents:
4
+ africa: Afrika
5
+ antarctica: Antarktidë
6
+ australia: Australi
7
+ europe: Evropë
8
+ north_america: "Amerika e Veriut"
9
+ south_america: "Amerika Jugore"
@@ -0,0 +1,9 @@
1
+ ---
2
+ sr:
3
+ continents:
4
+ africa: Африка
5
+ antarctica: Антарктика
6
+ australia: Аустралија
7
+ europe: Европа
8
+ north_america: "Северна Америка"
9
+ south_america: "Јужна Америка"
@@ -0,0 +1,9 @@
1
+ ---
2
+ sv:
3
+ continents:
4
+ africa: afrika
5
+ antarctica: antarktis
6
+ australia: Australien
7
+ europe: Europa
8
+ north_america: Nordamerika
9
+ south_america: Sydamerika
@@ -0,0 +1,9 @@
1
+ ---
2
+ th:
3
+ continents:
4
+ africa: แอฟริกา
5
+ antarctica: ทวิปแอนตาร์กติกา
6
+ australia: ออสเตรเลีย
7
+ europe: ยุโรป
8
+ north_america: อเมริกาเหนือ
9
+ south_america: อเมริกาใต้
@@ -0,0 +1,9 @@
1
+ ---
2
+ tl:
3
+ continents:
4
+ africa: Africa
5
+ antarctica: Antarctica
6
+ australia: Australia
7
+ europe: Europa
8
+ north_america: "Hilagang Amerika"
9
+ south_america: "Timog Amerika"
@@ -0,0 +1,9 @@
1
+ ---
2
+ tr:
3
+ continents:
4
+ africa: Afrika
5
+ antarctica: Antarktika
6
+ australia: Avustralya
7
+ europe: Avrupa
8
+ north_america: "Kuzey Amerika"
9
+ south_america: "Güney Amerika"
@@ -0,0 +1,9 @@
1
+ ---
2
+ uk:
3
+ continents:
4
+ africa: Африка
5
+ antarctica: Антарктида
6
+ australia: Австралія
7
+ europe: Європа
8
+ north_america: "Північна Америка"
9
+ south_america: "Південна Америка"
@@ -0,0 +1,9 @@
1
+ ---
2
+ vi:
3
+ continents:
4
+ africa: "Châu phi"
5
+ antarctica: "Nam Cực"
6
+ australia: "Châu Úc"
7
+ europe: "Châu Âu"
8
+ north_america: "Bắc Mỹ"
9
+ south_america: "Nam Mỹ"
@@ -0,0 +1,9 @@
1
+ ---
2
+ zh-CN:
3
+ continents:
4
+ africa: 非洲
5
+ antarctica: 南极洲
6
+ australia: 澳大利亚
7
+ europe: 欧洲
8
+ north_america: 北美
9
+ south_america: 南美洲
@@ -0,0 +1,9 @@
1
+ ---
2
+ zh-TW:
3
+ continents:
4
+ africa: 非洲
5
+ antarctica: 南極洲
6
+ australia: 澳大利亞
7
+ europe: 歐洲
8
+ north_america: 北美
9
+ south_america: 南美洲
@@ -0,0 +1,9 @@
1
+ ---
2
+ zh:
3
+ continents:
4
+ africa: 非洲
5
+ antarctica: 南极洲
6
+ australia: 澳大利亚
7
+ europe: 欧洲
8
+ north_america: 北美
9
+ south_america: 南美洲
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: []