made hy available, temporarily switched to git release of rails-i18n to fix #3023 [ci skip]
This commit is contained in:
parent
bd9b4543dc
commit
fdc5811e1e
3 changed files with 10 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -71,7 +71,7 @@ gem 'acts_as_api', '0.4.1 '
|
||||||
# localization
|
# localization
|
||||||
|
|
||||||
gem 'i18n-inflector-rails', '~> 1.0'
|
gem 'i18n-inflector-rails', '~> 1.0'
|
||||||
gem 'rails-i18n'
|
gem 'rails-i18n', :git => "https://github.com/svenfuchs/rails-i18n.git"
|
||||||
|
|
||||||
# parsing
|
# parsing
|
||||||
|
|
||||||
|
|
|
||||||
11
Gemfile.lock
11
Gemfile.lock
|
|
@ -14,6 +14,13 @@ GIT
|
||||||
markerb (1.0.0)
|
markerb (1.0.0)
|
||||||
redcarpet (>= 2.0)
|
redcarpet (>= 2.0)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: https://github.com/svenfuchs/rails-i18n.git
|
||||||
|
revision: 855edc0e265a6d36fe5f62a886b2f0de455dd92a
|
||||||
|
specs:
|
||||||
|
rails-i18n (0.6.6)
|
||||||
|
i18n (~> 0.5)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
|
@ -285,8 +292,6 @@ GEM
|
||||||
activesupport (= 3.2.8)
|
activesupport (= 3.2.8)
|
||||||
bundler (~> 1.0)
|
bundler (~> 1.0)
|
||||||
railties (= 3.2.8)
|
railties (= 3.2.8)
|
||||||
rails-i18n (0.6.6)
|
|
||||||
i18n (~> 0.5)
|
|
||||||
rails_admin (0.1.1)
|
rails_admin (0.1.1)
|
||||||
bootstrap-sass (~> 2.0)
|
bootstrap-sass (~> 2.0)
|
||||||
builder (~> 3.0)
|
builder (~> 3.0)
|
||||||
|
|
@ -462,7 +467,7 @@ DEPENDENCIES
|
||||||
rack-rewrite (= 1.2.1)
|
rack-rewrite (= 1.2.1)
|
||||||
rack-ssl (= 1.3.2)
|
rack-ssl (= 1.3.2)
|
||||||
rails (= 3.2.8)
|
rails (= 3.2.8)
|
||||||
rails-i18n
|
rails-i18n!
|
||||||
rails_admin (= 0.1.1)
|
rails_admin (= 0.1.1)
|
||||||
rails_autolink (= 1.0.9)
|
rails_autolink (= 1.0.9)
|
||||||
redcarpet (= 2.1.1)
|
redcarpet (= 2.1.1)
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ available:
|
||||||
gl: "Galego"
|
gl: "Galego"
|
||||||
he: "עברית"
|
he: "עברית"
|
||||||
hu: "magyar nyelv"
|
hu: "magyar nyelv"
|
||||||
|
hy: "հայերեն"
|
||||||
ia: "Interlingua"
|
ia: "Interlingua"
|
||||||
id: "Bahasa Indonesia"
|
id: "Bahasa Indonesia"
|
||||||
is: "íslenska"
|
is: "íslenska"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue