Project

General

Profile

Actions

Defect #18110

closed

Extraction of list of available locales is probe to bad gems

Added by Ebrahim Mohammadi over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Category:
I18n
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

I added a plugin to my Redmine which indirectly depended on kaminari gem who contains a badly named kaminari.yml locale file: https://github.com/amatsuda/kaminari/tree/master/config/locales. Hence a second "English" named language with a key of kaminari is added to list of Redmine languages.

Actions #1

Updated by Jean-Philippe Lang over 9 years ago

  • Status changed from New to Needs feedback

Ebrahim Mohammadi wrote:

Hence a second "English" named language with a key of kaminari is added to list of Redmine languages.

Which list contains this second "English" language ? Can you provide a screenshot or something and a way to reproduce this problem, thanks.

Actions #2

Updated by Ebrahim Mohammadi over 9 years ago

Dropdown list of Redmine languages is shown in these two locations both of which are affected:

  • My Account -> Language
  • Administration -> Settings -> Display -> Default language

Non-tested steps to reproduce:

  • Add kaminari to Gemfile of Redmine as dependency
  • bundle update
  • rails server
  • See any of two affected lists of Redmine languages
Actions #3

Updated by Jean-Philippe Lang over 9 years ago

  • Resolution set to Cant reproduce

Ebrahim Mohammadi wrote:

Non-tested steps to reproduce:

  • Add kaminari to Gemfile of Redmine as dependency
  • bundle update
  • rails server
  • See any of two affected lists of Redmine languages

I tried this already but was not able to reproduce.

Actions #4

Updated by Ebrahim Mohammadi over 9 years ago

I think kaminari has to be loaded in Redmine in order to add its locale path to ::I18n.load_path which is used in Redmine::I18n::Backend.available_locales in lib/redmine/i18n.rb.

Actions #5

Updated by Jean-Philippe Lang over 9 years ago

  • Status changed from Needs feedback to Closed
  • Assignee set to Jean-Philippe Lang
  • Target version set to 2.6.0
  • Resolution changed from Cant reproduce to Fixed

I was able to reproduce and it's fixed in r13450 (make sure to clear your cache).
Locales without the :general_lang_name locale are now ignored.

Actions

Also available in: Atom PDF