Vote #63204
完了Version deletion error translation
0%
説明
Could "Unable to delete version" error message be added to translations. This text comes when trying to delete version that contains issues.
journals
Should be a defect, since it's not i18n.
<pre>
/var/redmine/app% grep -nr 'Unable to delete version' *
controllers/.svn/text-base/versions_controller.rb.svn-base:37: flash[:error] = "Unable to delete version"
controllers/versions_controller.rb:37: flash[:error] = "Unable to delete version"
</pre>
Only one occurence in the app: version_controller.rb:37.
--------------------------------------------------------------------------------
Jean-Philippe, can I apply this patch to versions_controller.rb?
--------------------------------------------------------------------------------
Yes, you can. Here is how to add the new string to every lang files: add it to en.yml after the existing notice strings (around line 80) and run rake gloc:update.
--------------------------------------------------------------------------------
Solved in r1829, thank to Antti Perkiömäki for reporting.
--------------------------------------------------------------------------------