Created
March 11, 2015 16:25
-
-
Save sandrocarval/9fa4c7fa43f8f537bb5f to your computer and use it in GitHub Desktop.
Brazilian states / Estados brasileiros
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BRAZILIAN_STATES = { | |
'AC' => 'Acre', | |
'AL' => 'Alagoas', | |
'AP' => 'Amapá', | |
'AM' => 'Amazonas', | |
'BA' => 'Bahia', | |
'CE' => 'Ceará', | |
'DF' => 'Distrito Federal', | |
'ES' => 'Espírito Santo', | |
'GO' => 'Goiás', | |
'MA' => 'Maranhão', | |
'MT' => 'Mato Grosso', | |
'MS' => 'Mato Grosso do Sul', | |
'MG' => 'Minas Gerais', | |
'PA' => 'Pará', | |
'PB' => 'Paraíba', | |
'PR' => 'Paraná', | |
'PE' => 'Pernambuco', | |
'PI' => 'Piauí', | |
'RJ' => 'Rio de Janeiro', | |
'RN' => 'Rio Grande do Norte', | |
'RS' => 'Rio Grande do Sul', | |
'RO' => 'Rondônia', | |
'RR' => 'Roraima', | |
'SC' => 'Santa Catarina', | |
'SP' => 'São Paulo', | |
'SE' => 'Sergipe', | |
'TO' => 'Tocantins' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment