Skip to content

Commit

Permalink
Ignore duplicates from rails/locale/iso-639-2
Browse files Browse the repository at this point in the history
  • Loading branch information
c960657 committed Oct 27, 2023
1 parent 3cb5cb6 commit 3f0c084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cldr.thor
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Cldr < Thor
@cldr.deep_merge!(data)
end

CheckLocales.list_locales.each do |locale|
CheckLocales.list_locales.uniq.each do |locale|
@locale = locale.to_sym

add_months
Expand Down

0 comments on commit 3f0c084

Please sign in to comment.