diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-26 04:58:22 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-26 04:58:22 +0000 |
commit | ec377438b248c4047b40a60fe921a343ad59d15f (patch) | |
tree | 3e65dd9ac12a210f531f40c45bca609f2b5cf71c /lib | |
parent | e3430cb5571f46c4d2f5efccb934e852f67fe812 (diff) | |
download | redmine-ec377438b248c4047b40a60fe921a343ad59d15f.tar.gz redmine-ec377438b248c4047b40a60fe921a343ad59d15f.zip |
add description that locales:remove_key rake task does not work on Ruby 1.8.6.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6634 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tasks/locales.rake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tasks/locales.rake b/lib/tasks/locales.rake index 7f7afa1a8..541f5b2f0 100644 --- a/lib/tasks/locales.rake +++ b/lib/tasks/locales.rake @@ -59,6 +59,9 @@ namespace :locales do desc <<-END_DESC Removes a translation string from all locale file (only works for top-level childless non-multiline keys, probably doesn\'t work on windows). +This task does not work on Ruby 1.8.6. +You need to use Ruby 1.8.7 or later. + Options: key=key_1,key_2 Comma-separated list of keys to delete skip=en,de Comma-separated list of locale files to ignore (filename without extension) |