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
This commit is contained in:
parent
e3430cb557
commit
ec377438b2
|
@ -59,6 +59,9 @@ namespace :locales do
|
||||||
desc <<-END_DESC
|
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).
|
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:
|
Options:
|
||||||
key=key_1,key_2 Comma-separated list of keys to delete
|
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)
|
skip=en,de Comma-separated list of locale files to ignore (filename without extension)
|
||||||
|
|
Loading…
Reference in New Issue