Add Federal district (DF) to state dropdown for Brazil (BR) (#4966)

This commit is contained in:
Renne Rocha
2025-03-31 07:15:17 -03:00
committed by GitHub
parent b5544b120d
commit a3d721c08b

View File

@@ -3705,7 +3705,7 @@ COUNTRIES_WITH_STATE_IN_ADDRESS = {
# are actually *used* in postal addresses. This is obviously not complete and opinionated.
# Country: [(List of subdivision types as defined by pycountry), (short or long form to be used)]
'AU': (['State', 'Territory'], 'short'),
'BR': (['State'], 'short'),
'BR': (['Federal district', 'State'], 'short'),
'CA': (['Province', 'Territory'], 'short'),
# 'CN': (['Province', 'Autonomous region', 'Munincipality'], 'long'),
'JP': (['Prefecture'], 'long'),