diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-01-17 06:55:11 +1100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-04-02 15:50:41 +0100 |
commit | 40d7087599d6f7fc07c7201b8548eb12ee348846 (patch) | |
tree | 7bcf372559d3386e4aac69c9ef9be19a82a3a5a9 | |
parent | f0b73deefec594c9cd35985f19b66cc3bb836788 (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 |