Skip to content

Commit

Permalink
Ruby 1.8.7 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
KL-7 committed Nov 26, 2014
1 parent 9bcf690 commit 6be393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter_cldr.rb
Expand Up @@ -143,7 +143,7 @@ def find_fallback

def lowercase_locales_map
@lowercase_locales_map ||= supported_locales.inject({}) do |memo, locale|
lowercase = locale.downcase
lowercase = locale.to_s.downcase.to_sym
memo[lowercase] = locale unless lowercase == locale
memo
end
Expand Down

0 comments on commit 6be393f

Please sign in to comment.