Project

General

Profile

Actions

Defect #3807

closed

text_journal_changed, text_journal_set_to, text_journal_deleted

Added by alexander smishlajev over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Category:
Translations
Target version:
Start date:
2009-09-02
Due date:
2009-09-05
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

issues_helper.rb composes message strings for text_journal_changed, text_journal_set_to, and text_journal_deleted messages by string concatenation, like this:

label + " " + l(:text_journal_changed, :old => old_value, :new => value)

This produces clumsy messages with russian translation.

The label should be moved to message arguments, and russian translations should be changed as follows:

  text_journal_changed: "Параметр '{{label}}' изменен с {{old}} на {{new}}" 
  text_journal_deleted: "Значение '{{label}}' удалено" 
  text_journal_set_to: "Параметр '{{label}}' изменен на {{value}}" 

Files

issues_helper.rb-fix.patch (3.15 KB) issues_helper.rb-fix.patch issues_helper.rb-fix.patch Azamat Hackimov, 2009-09-02 19:45
Actions

Also available in: Atom PDF