diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-01-17 06:55:11 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-01-17 06:55:11 +1100 |
commit | afa9ef14323dfbfd412f0c8872e0b3736d60e7a3 (patch) | |
tree | 74c9b2c7d0c0488c56a1646e379f162b6cec79c9 | |
parent | c092d975e63fb45190b78a123a94f8bf79f5e1e5 (diff) |
Add comment about vendor/rails-locales and Rails 3
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4f9ece146..42d5db56b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,8 @@ [submodule "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 |