# File lib/fast_gettext/translation_repository/db_models/translation_key.rb, line 33 def self.newline_normalize(s) s.to_s.gsub("\r\n", "\n") end