devise-i18n 0.12.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +1 -1
  3. data/README.md +31 -3
  4. data/VERSION +1 -1
  5. data/app/views/devise/confirmations/new.html.erb +12 -0
  6. data/app/views/devise/mailer/confirmation_instructions.html.erb +6 -0
  7. data/app/views/devise/mailer/password_change.html.erb +4 -0
  8. data/app/views/devise/mailer/reset_password_instructions.html.erb +9 -0
  9. data/app/views/devise/mailer/unlock_instructions.html.erb +8 -0
  10. data/app/views/devise/passwords/edit.html.erb +16 -0
  11. data/app/views/devise/passwords/new.html.erb +12 -0
  12. data/app/views/devise/registrations/edit.html.erb +31 -0
  13. data/app/views/devise/registrations/new.html.erb +18 -0
  14. data/app/views/devise/sessions/new.html.erb +17 -0
  15. data/app/views/devise/shared/_links.html.erb +25 -0
  16. data/app/views/devise/unlocks/new.html.erb +12 -0
  17. data/lib/devise-i18n.rb +1 -6
  18. data/lib/devise-i18n/railtie.rb +29 -0
  19. data/lib/generators/devise/views/i18n_templates/i18n_templates_generator.rb +10 -0
  20. data/lib/generators/devise/views/locale/locale_generator.rb +10 -0
  21. data/{config → rails}/locales/ar.yml +62 -2
  22. data/{config → rails}/locales/az.yml +60 -0
  23. data/{config → rails}/locales/bg.yml +60 -0
  24. data/rails/locales/bn.yml +118 -0
  25. data/{config → rails}/locales/bs.yml +60 -0
  26. data/{config → rails}/locales/ca.yml +60 -0
  27. data/rails/locales/cs.yml +119 -0
  28. data/{config → rails}/locales/da.yml +60 -0
  29. data/rails/locales/de-CH.yml +120 -0
  30. data/{config → rails}/locales/de.yml +67 -7
  31. data/{config → rails}/locales/el.yml +60 -0
  32. data/{config → rails}/locales/en-GB.yml +63 -3
  33. data/{config → rails}/locales/en.yml +60 -0
  34. data/rails/locales/es-MX.yml +118 -0
  35. data/{config → rails}/locales/es.yml +60 -0
  36. data/{config → rails}/locales/et.yml +61 -1
  37. data/{config → rails}/locales/fa.yml +61 -1
  38. data/{config → rails}/locales/fi.yml +60 -0
  39. data/{config/locales/fr.yml → rails/locales/fr-CA.yml} +65 -5
  40. data/rails/locales/fr.yml +118 -0
  41. data/{config → rails}/locales/he.yml +61 -1
  42. data/{config → rails}/locales/hr.yml +60 -0
  43. data/{config → rails}/locales/hu.yml +60 -0
  44. data/{config → rails}/locales/id.yml +60 -0
  45. data/{config → rails}/locales/is.yml +60 -0
  46. data/{config → rails}/locales/it.yml +60 -0
  47. data/{config → rails}/locales/ja.yml +60 -0
  48. data/{config → rails}/locales/ko.yml +60 -0
  49. data/{config → rails}/locales/lt.yml +60 -0
  50. data/{config → rails}/locales/lv.yml +61 -1
  51. data/{config → rails}/locales/my.yml +60 -0
  52. data/{config → rails}/locales/nb.yml +60 -0
  53. data/rails/locales/nl.yml +118 -0
  54. data/{config → rails}/locales/no.yml +60 -0
  55. data/{config → rails}/locales/pl.yml +60 -0
  56. data/{config → rails}/locales/pt-BR.yml +60 -0
  57. data/{config → rails}/locales/pt.yml +60 -0
  58. data/{config → rails}/locales/ro.yml +65 -5
  59. data/{config → rails}/locales/ru.yml +60 -0
  60. data/{config → rails}/locales/sk.yml +60 -0
  61. data/{config → rails}/locales/sl.yml +60 -0
  62. data/{config → rails}/locales/sr-RS.yml +60 -0
  63. data/{config → rails}/locales/sr.yml +60 -0
  64. data/{config → rails}/locales/sv.yml +60 -0
  65. data/{config → rails}/locales/th.yml +60 -0
  66. data/{config → rails}/locales/tr.yml +61 -1
  67. data/{config → rails}/locales/uk.yml +60 -0
  68. data/{config → rails}/locales/vi.yml +61 -1
  69. data/{config → rails}/locales/zh-CN.yml +60 -0
  70. data/{config → rails}/locales/zh-HK.yml +60 -0
  71. data/{config → rails}/locales/zh-TW.yml +60 -0
  72. metadata +84 -59
  73. data/.document +0 -5
  74. data/.rspec +0 -1
  75. data/.travis.yml +0 -3
  76. data/Gemfile +0 -9
  77. data/Gemfile.lock +0 -84
  78. data/Rakefile +0 -53
  79. data/config/locales/cs.yml +0 -59
  80. data/config/locales/es-MX.yml +0 -58
  81. data/config/locales/nl.yml +0 -58
  82. data/devise-i18n.gemspec +0 -113
  83. data/spec/devise-i18n_spec.rb +0 -8
  84. data/spec/spec_helper.rb +0 -12
data/.document DELETED
@@ -1,5 +0,0 @@
1
- lib/**/*.rb
2
- bin/*
3
- -
4
- features/**/*.feature
5
- LICENSE.txt
data/.rspec DELETED
@@ -1 +0,0 @@
1
- --color
data/.travis.yml DELETED
@@ -1,3 +0,0 @@
1
- rvm:
2
- - 1.9.3
3
- - 2.2.1
data/Gemfile DELETED
@@ -1,9 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- group :development do
4
- gem "rspec", ">= 2.8.0"
5
- gem "bundler", "~> 1.2"
6
- gem "jeweler", "> 1.6.4"
7
- gem 'i18n-spec', "~> 0.6.0"
8
- gem 'localeapp'
9
- end
data/Gemfile.lock DELETED
@@ -1,84 +0,0 @@
1
- GEM
2
- remote: http://rubygems.org/
3
- specs:
4
- addressable (2.3.5)
5
- builder (3.2.2)
6
- diff-lcs (1.2.5)
7
- faraday (0.8.8)
8
- multipart-post (~> 1.2.0)
9
- git (1.2.6)
10
- github_api (0.10.1)
11
- addressable
12
- faraday (~> 0.8.1)
13
- hashie (>= 1.2)
14
- multi_json (~> 1.4)
15
- nokogiri (~> 1.5.2)
16
- oauth2
17
- gli (2.4.1)
18
- hashie (2.0.5)
19
- highline (1.6.20)
20
- httpauth (0.2.0)
21
- i18n (0.6.1)
22
- i18n-spec (0.6.0)
23
- iso
24
- iso (0.2.1)
25
- i18n
26
- jeweler (1.8.8)
27
- builder
28
- bundler (~> 1.0)
29
- git (>= 1.2.5)
30
- github_api (= 0.10.1)
31
- highline (>= 1.6.15)
32
- nokogiri (= 1.5.10)
33
- rake
34
- rdoc
35
- json (1.8.1)
36
- jwt (0.1.8)
37
- multi_json (>= 1.5)
38
- localeapp (0.6.5)
39
- gli
40
- i18n
41
- json
42
- rest-client
43
- ya2yaml
44
- mime-types (1.19)
45
- multi_json (1.8.2)
46
- multi_xml (0.5.5)
47
- multipart-post (1.2.0)
48
- nokogiri (1.5.10)
49
- oauth2 (0.9.2)
50
- faraday (~> 0.8)
51
- httpauth (~> 0.2)
52
- jwt (~> 0.1.4)
53
- multi_json (~> 1.0)
54
- multi_xml (~> 0.5)
55
- rack (~> 1.2)
56
- rack (1.5.2)
57
- rake (10.1.0)
58
- rdoc (4.0.1)
59
- json (~> 1.4)
60
- rest-client (1.6.7)
61
- mime-types (>= 1.16)
62
- rspec (3.1.0)
63
- rspec-core (~> 3.1.0)
64
- rspec-expectations (~> 3.1.0)
65
- rspec-mocks (~> 3.1.0)
66
- rspec-core (3.1.7)
67
- rspec-support (~> 3.1.0)
68
- rspec-expectations (3.1.2)
69
- diff-lcs (>= 1.2.0, < 2.0)
70
- rspec-support (~> 3.1.0)
71
- rspec-mocks (3.1.3)
72
- rspec-support (~> 3.1.0)
73
- rspec-support (3.1.2)
74
- ya2yaml (0.31)
75
-
76
- PLATFORMS
77
- ruby
78
-
79
- DEPENDENCIES
80
- bundler (~> 1.2)
81
- i18n-spec (~> 0.6.0)
82
- jeweler (> 1.6.4)
83
- localeapp
84
- rspec (>= 2.8.0)
data/Rakefile DELETED
@@ -1,53 +0,0 @@
1
- # encoding: utf-8
2
-
3
- require 'rubygems'
4
- require 'bundler'
5
-
6
- begin
7
- Bundler.setup(:default, :development)
8
- rescue Bundler::BundlerError => e
9
- $stderr.puts e.message
10
- $stderr.puts "Run `bundle install` to install missing gems"
11
- exit e.status_code
12
- end
13
- require 'rake'
14
-
15
- require 'jeweler'
16
- Jeweler::Tasks.new do |gem|
17
- # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
18
- gem.name = "devise-i18n"
19
- gem.homepage = "http://github.com/tigrish/devise-i18n"
20
- gem.license = "MIT"
21
- gem.summary = %Q{Translations for the devise gem}
22
- gem.description = %Q{Translations for the devise gem}
23
- gem.email = "chris@tigrish.com"
24
- gem.authors = ["Christopher Dell"]
25
- # dependencies defined in Gemfile
26
- end
27
- Jeweler::RubygemsDotOrgTasks.new
28
-
29
- require 'rspec/core'
30
- require 'rspec/core/rake_task'
31
- RSpec::Core::RakeTask.new(:spec) do |spec|
32
- spec.pattern = FileList['spec/**/*_spec.rb']
33
- end
34
-
35
- task :default => :spec
36
-
37
- begin
38
- # rake/rdoctask is deprecated in RDoc 2.4.2+
39
- require 'rdoc/task'
40
- rescue LoadError
41
- require 'rake/rdoctask'
42
- end
43
-
44
- Rake::RDocTask.new do |rdoc|
45
- version = File.exist?('VERSION') ? File.read('VERSION') : ""
46
-
47
- rdoc.rdoc_dir = 'rdoc'
48
- rdoc.title = "devise-i18n #{version}"
49
- rdoc.rdoc_files.include('README*')
50
- rdoc.rdoc_files.include('lib/**/*.rb')
51
- end
52
-
53
- require 'i18n-spec/tasks'
@@ -1,59 +0,0 @@
1
- cs:
2
- devise:
3
- confirmations:
4
- confirmed: Váš účet byl úspěšně potvrzen. Nyní jste přihlášen(a).
5
- send_instructions: Za několik minut obdržíte email s instrukcemi k potvrzení vašeho účtu.
6
- send_paranoid_instructions: Pokud váš e-mail existuje v naší databázi, za několik minut obdržíte e-mail s pokyny o tom, jak potvrdit svůj účet.
7
- failure:
8
- already_authenticated: Přihlášení již proběhlo.
9
- inactive: Váš účet ještě nebyl aktivován.
10
- invalid: Neplatná identita nebo heslo.
11
- last_attempt: Zbývá Vám ještě jeden pokus než bude Váš účet uzamčen.
12
- locked: Váš účet je uzamčen.
13
- not_found_in_database: Neplatná identita nebo heslo.
14
- timeout: Vaše relace vypršela, přihlašte se prosím znovu, pak můžete pokračovat.
15
- unauthenticated: Musíte se zaregistrovat nebo přihlásit, pak můžete pokračovat.
16
- unconfirmed: Musíte potvrdit svůj účet, pak můžete pokračovat.
17
- mailer:
18
- confirmation_instructions:
19
- subject: Potvrzovací instrukce
20
- reset_password_instructions:
21
- subject: Instrukce k nastavení nového hesla
22
- unlock_instructions:
23
- subject: Instrukce k odemknutí účtu
24
- omniauth_callbacks:
25
- failure: 'Není možné autorizovat z %{kind}, protože: "%{reason}".'
26
- success: "Úspěšná autorizace z účtu %{kind}."
27
- passwords:
28
- no_token: Na tuto stránku lze pouze z emailu, který nastavuje nové heslo. Pokud jste přišli z takového emailu, prosím, přesvěčte se že jste použili celou URL adresu.
29
- send_instructions: Za několik minut obdržíte email s instrukcemi k nastavení nového hesla.
30
- send_paranoid_instructions: Pokud váš e-mail existuje v naší databázi, za několik minut obdržíte e-mail s instrukcemi k nastavení nového hesla.
31
- updated: Vaše heslo bylo úspěšně změněno. Nyní jste přihlášen(a).
32
- updated_not_active: Vaše heslo bylo úspěšně změněno.
33
- registrations:
34
- destroyed: Nashle! Váš účet byl úspěšně zrušen. Doufáme, že se brzy opět uvidíme.
35
- signed_up: Vítejte! Registrace byla úspěšná.
36
- signed_up_but_inactive: Vítejte! Registrace byla úspěšná. Bohužel se nemůžete přihlásit, protože váš účet ještě není aktivován.
37
- signed_up_but_locked: Vítejte! Registrace byla úspěšná. Bohužel se nemůžete přihlásit, protože váš účet je zamknutý.
38
- signed_up_but_unconfirmed: Vítejte! Registrace byla úspěšná. Pro dokončení otevřete aktivační odkaz zaslaný na váš email.
39
- update_needs_confirmation: "Úspěšně jste aktualizoval svů účet, ale ještě musíte ověřit svou novou e-mailovou adresu. Zkontrolujte prosím svou schránku a klikněte na odkaz pro dokončení ověření vaši nové e-mailové adresy."
40
- updated: Váš účet byl úspěšně aktualizován.
41
- sessions:
42
- already_signed_out: "Úspěšně odhlášen"
43
- signed_in: Přihlášení úspěšné.
44
- signed_out: Odhlášení úspěšné.
45
- unlocks:
46
- send_instructions: Za několik minut obdržíte email s instrukcemi, jak odemknout svůj účet.
47
- send_paranoid_instructions: Pokud váš e-mail existuje v naší databázi, za několik minut obdržíte e-mail s instrukcemi pro odemknutí účtu.
48
- unlocked: Váš účet byl úspěšně odemknut. Nyní jste přihlášen(a).
49
- errors:
50
- messages:
51
- already_confirmed: byl již potvrzen, prosím, zkuste se přihlásit
52
- confirmation_period_expired: Je potřeba potvrdit do %{period}, prosím, požádejte o novou
53
- expired: vypršela, prosím, požádejte o nové
54
- not_found: nenalezen
55
- not_locked: nebyl uzamčen
56
- not_saved:
57
- few: "%{resource} nebyl uložen kvůli %{count} chybám:"
58
- one: "%{resource} nebyl uložen kvůli chybě:"
59
- other: "%{resource} nebyl uložen kvůli %{count} chybám:"
@@ -1,58 +0,0 @@
1
- es-MX:
2
- devise:
3
- confirmations:
4
- confirmed: Tu cuenta ha sido satisfactoriamente confirmada.
5
- send_instructions: Vas a recibir un correo con instrucciones sobre cómo confirmar tu cuenta en unos pocos minutos.
6
- send_paranoid_instructions: Si tu correo existe en nuestra base de datos, vas a recibir un correo con instrucciones sobre cómo confirmar tu cuenta en unos pocos minutos.
7
- failure:
8
- already_authenticated: Ya has iniciado sesión.
9
- inactive: Tu cuenta aún no ha sido activada.
10
- invalid: Email o contraseña inválidos.
11
- last_attempt: Tienes un intento más antes de que tu cuenta sea bloqueada.
12
- locked: Tu cuenta está bloqueada.
13
- not_found_in_database: Email o contraseña inválidos.
14
- timeout: Tu sesión expiró. Por favor, inicia sesión nuevamente para continuar.
15
- unauthenticated: Tienes que iniciar sesión o registrarte para poder continuar.
16
- unconfirmed: Tienes que confirmar tu cuenta para poder continuar.
17
- mailer:
18
- confirmation_instructions:
19
- subject: Instrucciones de confirmación
20
- reset_password_instructions:
21
- subject: Instrucciones de recuperación de contraseña
22
- unlock_instructions:
23
- subject: Instrucciones para desbloquear
24
- omniauth_callbacks:
25
- failure: No has sido autorizado en la cuenta %{kind} porque "%{reason}".
26
- success: Has sido autorizado satisfactoriamente de la cuenta %{kind}.
27
- passwords:
28
- no_token: No puedes acceder a esta página si no es a través de un enlace para establecer tu contraseña. Si has llegado hasta aquí desde el email para resetear tu contraseña, por favor asegúrate de que la URL introducida está completa.
29
- send_instructions: Vas a recibir un correo con instrucciones sobre cómo establecer tu contraseña en unos pocos minutos.
30
- send_paranoid_instructions: Si tu correo existe en nuestra base de datos, vas a recibir un correo con instrucciones sobre cómo re establecer tu contraseña en tu bandeja de entrada.
31
- updated: Tu contraseña fue cambiada. Ya puedes iniciar sesión.
32
- updated_not_active: Tu contraseña fue cambiada.
33
- registrations:
34
- destroyed: Fue grato tenerte con nosotros. Tu cuenta fue cancelada.
35
- signed_up: Bienvenido. Tu cuenta fue creada.
36
- signed_up_but_inactive: Tu cuenta ha sido creada correctamente. Sin embargo, no se puede iniciar sesión ya que tu cuenta aún no está activada.
37
- signed_up_but_locked: Tu cuenta ha sido creada correctamente. Sin embargo, no es posible iniciar la sesión porque que tu cuenta se encuentra bloqueada.
38
- signed_up_but_unconfirmed: Se ha enviado un mensaje con un enlace de confirmación a tu correo electrónico. Abre el enlace para activar tu cuenta.
39
- update_needs_confirmation: Has actualizado tu cuenta correctamente, pero es necesario confirmar tu nuevo correo electrónico. Por favor, comprueba tu correo y sigue el enlace de confirmación para finalizar la comprobación del nuevo correo eletrónico.
40
- updated: Tu cuenta fue actualizada.
41
- sessions:
42
- already_signed_out: Se ha cerrado la sesión con éxito.
43
- signed_in: Sesión iniciada.
44
- signed_out: Sesión finalizada.
45
- unlocks:
46
- send_instructions: Vas a recibir instrucciones para desbloquear tu cuenta en unos pocos minutos.
47
- send_paranoid_instructions: Si tu cuenta existe, vas a recibir instrucciones para desbloquear tu cuenta en unos pocos minutos.
48
- unlocked: Tu cuenta fue desbloqueada. Ya puedes iniciar sesión.
49
- errors:
50
- messages:
51
- already_confirmed: ya fue confirmada, por favor intenta iniciar sesión
52
- confirmation_period_expired: necesita confirmarse dentro de %{period}, por favor solicita una nueva
53
- expired: ha expirado, por favor solicita una nueva
54
- not_found: no se encontró
55
- not_locked: no se encuentra bloqueada
56
- not_saved:
57
- one: 'Un error ocurrió al tratar de guardar %{resource}:'
58
- other: "%{count} errores ocurrieron al tratar de guardar %{resource}:"
@@ -1,58 +0,0 @@
1
- nl:
2
- devise:
3
- confirmations:
4
- confirmed: Je account is bevestigd.
5
- send_instructions: Je ontvangt via e-mail instructies hoe je je account kan bevestigen.
6
- send_paranoid_instructions: Als we je e-mail adres terugvinden in onze database, zal je binnen enkele ogenblikken een e-mail ontvangen met de instructies hoe je je account kan bevestigen.
7
- failure:
8
- already_authenticated: Je bent reeds aangemeld.
9
- inactive: Je account is nog niet geactiveerd.
10
- invalid: Ongeldig e-mail of wachtwoord.
11
- last_attempt: Je hebt nog één poging voordat je account vergrendeld wordt.
12
- locked: Je account is vergrendeld.
13
- not_found_in_database: Ongeldige email of wachtwoord.
14
- timeout: Je sessie is verlopen, meld je opnieuw aan om door te gaan.
15
- unauthenticated: Je dient je aan te melden of in te schrijven om door te gaan.
16
- unconfirmed: Je dient eerst je account te bevestigen.
17
- mailer:
18
- confirmation_instructions:
19
- subject: Bevestiging
20
- reset_password_instructions:
21
- subject: Wachtwoord resetten
22
- unlock_instructions:
23
- subject: Ontgrendelinstructies
24
- omniauth_callbacks:
25
- failure: We konden je niet aanmelden op je %{kind} omdat "%{reason}".
26
- success: Je bent succesvol ingelogd op je %{kind} account.
27
- passwords:
28
- no_token: Deze pagina is alleen bereikbaar via een wachtwoord reset e-mail. Als je wel via een wachtwoord reset email komt, zorg er dan voor dat je de volledige URL gebruikt.
29
- send_instructions: Je ontvangt via e-mail instructies hoe je je wachtwoord moet resetten.
30
- send_paranoid_instructions: Als we je e-mail adres terugvinden in onze database, zal je binnen enkele ogenblikken via e-mail een link ontvangen om je paswoord te resetten.
31
- updated: Je wachtwoord is gewijzigd. Je bent nu aangemeld.
32
- updated_not_active: Je wachtwoord werd met succes gewijzigd.
33
- registrations:
34
- destroyed: Je account is verwijderd, wellicht tot ziens!
35
- signed_up: Je bent ingeschreven.
36
- signed_up_but_inactive: Je bent ingeschreven, maar we konden je niet inloggen omdat je account nog niet is geactiveerd.
37
- signed_up_but_locked: Je bent ingeschreven, maar we konden je niet inloggen omdat je account is gelocked.
38
- signed_up_but_unconfirmed: Een e-mail met een confirmatie link is naar je e-mail adres gestuurd. Open de link in je browser om je account te activeren.
39
- update_needs_confirmation: Je account is geüpdatet, maar we moeten je e-mail adres nog valideren. Een e-mail met een confirmatie link is naar je e-mail adres gestuurd. Open de link in je browser om je e-mail adres te confirmeren.
40
- updated: Je account gegevens zijn opgeslagen.
41
- sessions:
42
- already_signed_out: U bent succesvol uitgelogd.
43
- signed_in: Je bent succesvol ingelogd.
44
- signed_out: Je bent succesvol uitgelogd.
45
- unlocks:
46
- send_instructions: Je ontvangt via e-mail instructies hoe je je account kan unlocken.
47
- send_paranoid_instructions: Als we je e-mail adres terugvinden in onze database, zal je binnen enkele ogenblikken via e-mail, de instructies ontvangen hoe je je account kan unlocken.
48
- unlocked: Je account is ge-unlocked. Je kan nu weer inloggen.
49
- errors:
50
- messages:
51
- already_confirmed: is reeds bevestigd
52
- confirmation_period_expired: moet binnen %{period} worden bevestigd, a.u.b. plaats een nieuw verzoek
53
- expired: is verlopen, vraag een nieuwe aan
54
- not_found: niet gevonden
55
- not_locked: is niet gesloten
56
- not_saved:
57
- one: '1 error verhinderde het opslaan van deze %{resource}:'
58
- other: "%{count} errors verhinderde het opslaan van deze %{resource}:"
data/devise-i18n.gemspec DELETED
@@ -1,113 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
- # -*- encoding: utf-8 -*-
5
- # stub: devise-i18n 0.12.1 ruby lib
6
-
7
- Gem::Specification.new do |s|
8
- s.name = "devise-i18n"
9
- s.version = "0.12.1"
10
-
11
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
- s.require_paths = ["lib"]
13
- s.authors = ["Christopher Dell"]
14
- s.date = "2015-06-18"
15
- s.description = "Translations for the devise gem"
16
- s.email = "chris@tigrish.com"
17
- s.extra_rdoc_files = [
18
- "LICENSE.txt",
19
- "README.md"
20
- ]
21
- s.files = [
22
- ".document",
23
- ".rspec",
24
- ".travis.yml",
25
- "Gemfile",
26
- "Gemfile.lock",
27
- "LICENSE.txt",
28
- "README.md",
29
- "Rakefile",
30
- "VERSION",
31
- "config/locales/ar.yml",
32
- "config/locales/az.yml",
33
- "config/locales/bg.yml",
34
- "config/locales/bs.yml",
35
- "config/locales/ca.yml",
36
- "config/locales/cs.yml",
37
- "config/locales/da.yml",
38
- "config/locales/de.yml",
39
- "config/locales/el.yml",
40
- "config/locales/en-GB.yml",
41
- "config/locales/en.yml",
42
- "config/locales/es-MX.yml",
43
- "config/locales/es.yml",
44
- "config/locales/et.yml",
45
- "config/locales/fa.yml",
46
- "config/locales/fi.yml",
47
- "config/locales/fr.yml",
48
- "config/locales/he.yml",
49
- "config/locales/hr.yml",
50
- "config/locales/hu.yml",
51
- "config/locales/id.yml",
52
- "config/locales/is.yml",
53
- "config/locales/it.yml",
54
- "config/locales/ja.yml",
55
- "config/locales/ko.yml",
56
- "config/locales/lt.yml",
57
- "config/locales/lv.yml",
58
- "config/locales/my.yml",
59
- "config/locales/nb.yml",
60
- "config/locales/nl.yml",
61
- "config/locales/no.yml",
62
- "config/locales/pl.yml",
63
- "config/locales/pt-BR.yml",
64
- "config/locales/pt.yml",
65
- "config/locales/ro.yml",
66
- "config/locales/ru.yml",
67
- "config/locales/sk.yml",
68
- "config/locales/sl.yml",
69
- "config/locales/sr-RS.yml",
70
- "config/locales/sr.yml",
71
- "config/locales/sv.yml",
72
- "config/locales/th.yml",
73
- "config/locales/tr.yml",
74
- "config/locales/uk.yml",
75
- "config/locales/vi.yml",
76
- "config/locales/zh-CN.yml",
77
- "config/locales/zh-HK.yml",
78
- "config/locales/zh-TW.yml",
79
- "devise-i18n.gemspec",
80
- "lib/devise-i18n.rb",
81
- "spec/devise-i18n_spec.rb",
82
- "spec/spec_helper.rb"
83
- ]
84
- s.homepage = "http://github.com/tigrish/devise-i18n"
85
- s.licenses = ["MIT"]
86
- s.rubygems_version = "2.4.6"
87
- s.summary = "Translations for the devise gem"
88
-
89
- if s.respond_to? :specification_version then
90
- s.specification_version = 4
91
-
92
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
93
- s.add_development_dependency(%q<rspec>, [">= 2.8.0"])
94
- s.add_development_dependency(%q<bundler>, ["~> 1.2"])
95
- s.add_development_dependency(%q<jeweler>, ["> 1.6.4"])
96
- s.add_development_dependency(%q<i18n-spec>, ["~> 0.6.0"])
97
- s.add_development_dependency(%q<localeapp>, [">= 0"])
98
- else
99
- s.add_dependency(%q<rspec>, [">= 2.8.0"])
100
- s.add_dependency(%q<bundler>, ["~> 1.2"])
101
- s.add_dependency(%q<jeweler>, ["> 1.6.4"])
102
- s.add_dependency(%q<i18n-spec>, ["~> 0.6.0"])
103
- s.add_dependency(%q<localeapp>, [">= 0"])
104
- end
105
- else
106
- s.add_dependency(%q<rspec>, [">= 2.8.0"])
107
- s.add_dependency(%q<bundler>, ["~> 1.2"])
108
- s.add_dependency(%q<jeweler>, ["> 1.6.4"])
109
- s.add_dependency(%q<i18n-spec>, ["~> 0.6.0"])
110
- s.add_dependency(%q<localeapp>, [">= 0"])
111
- end
112
- end
113
-