# File lib/countries/translations.rb, line 8
    def [](locale)
      super(locale) || super(locale.sub(/-.*/, ''))
    end