aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules8
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock3
m---------vendor/rails-locales0
4 files changed, 6 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index 42d5db56b..32b9dc5f7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,8 +1,4 @@
[submodule "commonlib"]
- path = commonlib
- url = git://git.mysociety.org/commonlib
+ path = commonlib
+ url = git://git.mysociety.org/commonlib
# config/locales is a symbolic link to vendor/rails-locales/rails/locale
-# In Rails 3, this should be removed and the gem rails-i18n installed instead
-[submodule "vendor/rails-locales"]
- path = vendor/rails-locales
- url = git://github.com/svenfuchs/rails-i18n.git
diff --git a/Gemfile b/Gemfile
index 6644b4f15..777f0dcc8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,6 +16,7 @@ gem 'mahoro'
gem 'net-http-local'
gem 'net-purge'
gem 'rack'
+gem 'rails-i18n'
gem 'rdoc'
gem 'recaptcha', '~> 0.3.1', :require => 'recaptcha/rails'
# :require avoids "already initialized constant" warnings
diff --git a/Gemfile.lock b/Gemfile.lock
index 854b561f4..3dc08590d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -152,6 +152,8 @@ GEM
activesupport (= 3.1.12)
bundler (~> 1.0)
railties (= 3.1.12)
+ rails-i18n (0.7.3)
+ i18n (~> 0.5)
railties (3.1.12)
actionpack (= 3.1.12)
activesupport (= 3.1.12)
@@ -261,6 +263,7 @@ DEPENDENCIES
pg
rack
rails (= 3.1.12)
+ rails-i18n
rake (= 0.9.2.2)
rdoc
recaptcha (~> 0.3.1)
diff --git a/vendor/rails-locales b/vendor/rails-locales
deleted file mode 160000
-Subproject 7b769690775e9705f82da75aee3435e8dadebec