##// END OF EJS Templates
add description that locales:remove_key rake task does not work on Ruby 1.8.6....
Toshi MARUYAMA -
r6514:ec377438b248
parent child
Show More
@@ -59,6 +59,9 namespace :locales do
59 desc <<-END_DESC
59 desc <<-END_DESC
60 Removes a translation string from all locale file (only works for top-level childless non-multiline keys, probably doesn\'t work on windows).
60 Removes a translation string from all locale file (only works for top-level childless non-multiline keys, probably doesn\'t work on windows).
61
61
62 This task does not work on Ruby 1.8.6.
63 You need to use Ruby 1.8.7 or later.
64
62 Options:
65 Options:
63 key=key_1,key_2 Comma-separated list of keys to delete
66 key=key_1,key_2 Comma-separated list of keys to delete
64 skip=en,de Comma-separated list of locale files to ignore (filename without extension)
67 skip=en,de Comma-separated list of locale files to ignore (filename without extension)
General Comments 0
You need to be logged in to leave comments. Login now