Skip to content

Commit

Permalink
Import "territories" component of locale data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Katz-Brown committed Jan 9, 2013
1 parent ad8562a commit c4244d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/twitter_cldr/resources/locales_resources_importer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module Resources

class LocalesResourcesImporter

COMPONENTS = %w[calendars languages numbers units plurals lists layout currencies]
COMPONENTS = %w[calendars languages numbers units plurals lists layout currencies territories]

# Arguments:
#
Expand Down Expand Up @@ -106,4 +106,4 @@ def add_buddhist_calendar(component, locale, path)
end

end
end
end

0 comments on commit c4244d9

Please sign in to comment.