forked from OpenNeo/impress
add rails-i18n for standard rails api translations
This commit is contained in:
parent
9a9eea86ec
commit
d390e61f5b
3 changed files with 5 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -59,6 +59,8 @@ gem "patron", "~> 0.4.18"
|
||||||
|
|
||||||
gem "rest-client", "~> 1.6.7"
|
gem "rest-client", "~> 1.6.7"
|
||||||
|
|
||||||
|
gem "rails-i18n"
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem "bullet", "~> 4.1.5"
|
gem "bullet", "~> 4.1.5"
|
||||||
end
|
end
|
||||||
|
|
|
@ -200,6 +200,8 @@ GEM
|
||||||
activesupport (= 3.0.20)
|
activesupport (= 3.0.20)
|
||||||
bundler (~> 1.0)
|
bundler (~> 1.0)
|
||||||
railties (= 3.0.20)
|
railties (= 3.0.20)
|
||||||
|
rails-i18n (0.7.2)
|
||||||
|
i18n (~> 0.5)
|
||||||
railties (3.0.20)
|
railties (3.0.20)
|
||||||
actionpack (= 3.0.20)
|
actionpack (= 3.0.20)
|
||||||
activesupport (= 3.0.20)
|
activesupport (= 3.0.20)
|
||||||
|
@ -307,6 +309,7 @@ DEPENDENCIES
|
||||||
patron (~> 0.4.18)
|
patron (~> 0.4.18)
|
||||||
rack-fiber_pool
|
rack-fiber_pool
|
||||||
rails (= 3.0.20)
|
rails (= 3.0.20)
|
||||||
|
rails-i18n
|
||||||
rdiscount (~> 1.6.5)
|
rdiscount (~> 1.6.5)
|
||||||
resque (~> 1.23.0)
|
resque (~> 1.23.0)
|
||||||
resque-retry (~> 0.1.0)
|
resque-retry (~> 0.1.0)
|
||||||
|
|
BIN
vendor/cache/rails-i18n-0.7.2.gem
vendored
Normal file
BIN
vendor/cache/rails-i18n-0.7.2.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue