Project

General

Custom queries



Profile

Actions

Defect #8847

closed

I18n YAML files not parsable with psych yaml library

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

Status:
Closed
Priority:
Normal
Assignee:
Toshi MARUYAMA
Category:
Ruby support
Target version:
-
Start date:
2011-07-19
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Follows #8209.

This scriptlet returned new errors :

require 'psych'

parser = Psych::Parser.new

Dir.entries('config/locales').each do |filename|

  next if File.directory? filename

  puts "parsing #{filename}..." 
  parser.parse File.open('config/locales/' + filename)
end

Patch attached based on your redmine-31 bitbucket mirror; beware, the updates on ja, zh and zh-TW locales are made "blindly" (don't have the according fonts installed).


Files


Related issues

Related to Redmine - Feature #8209: I18n YAML files not parsable with psych yaml libraryClosedToshi MARUYAMA2011-04-22

Actions
Related to Redmine - Feature #4050: Ruby 1.9 supportClosed2009-10-18

Actions
Related to Redmine - Patch #35026: Remove rake task check_parsing_by_psychClosedGo MAEDA

Actions
#5

Updated by Etienne Massip over 13 years ago

  • File deleted (locales_YAML_parsing_errors_fix.patch)
#6

Updated by Etienne Massip over 13 years ago

#8

Updated by Etienne Massip over 12 years ago

  • Status changed from New to Closed
  • Target version deleted (Candidate for next minor release)
  • Resolution set to Fixed
#9

Updated by Go MAEDA almost 4 years ago

  • Related to Patch #35026: Remove rake task check_parsing_by_psych added
Actions

Also available in: Atom PDF