Feature #1216
Version deletion error translation
Status: | Closed | Start date: | 2008-05-09 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Translations | |||
Target version: | 0.8 | |||
Resolution: |
Description
Could "Unable to delete version" error message be added to translations. This text comes when trying to delete version that contains issues.
History
#1
Updated by Thomas Lecavelier over 14 years ago
Should be a defect, since it's not i18n.
/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"
Only one occurence in the app: version_controller.rb:37.
#2
Updated by Azamat Hackimov over 14 years ago
- File versions_controller.rb.diff
added
- Assignee set to Jean-Philippe Lang
Jean-Philippe, can I apply this patch to versions_controller.rb?
#3
Updated by Jean-Philippe Lang over 14 years ago
- Assignee changed from Jean-Philippe Lang to Azamat Hackimov
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.
#4
Updated by Azamat Hackimov over 14 years ago
- Status changed from New to Closed
- Target version set to 0.8
Solved in r1829, thank to Antti Perkiömäki for reporting.