Project

General

Profile

Actions

Feature #8420

closed

Feature #9609: Upgrade to Rails 2.3.14

Consider removing #7013 workaround

Added by Etienne Massip almost 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Code cleanup/refactoring
Target version:
Start date:
2011-05-21
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

As mentionned in config/environment.rb :

# TODO: Workaround for #7013 to be removed for 1.2.0
# Loads i18n 0.4.2 before Rails loads any more recent gem
# 0.5.0 is not compatible with the old interpolation syntax
# Plugins will have to migrate to the new syntax for 1.2.0
require 'rubygems'
begin
  gem 'i18n', '0.4.2'
rescue Gem::LoadError => load_error
  $stderr.puts %(Missing the i18n 0.4.2 gem. Please `gem install -v=0.4.2 i18n`)
  exit 1
end

Related issues

Related to Redmine - Defect #7013: See {{count}} in page display rather than value with i18n 0.5.0Closed2010-12-01

Actions
Actions

Also available in: Atom PDF