mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Address forms: Add "federal entity" of Mexico to state list
This commit is contained in:
@@ -3749,7 +3749,7 @@ COUNTRIES_WITH_STATE_IN_ADDRESS = {
|
|||||||
# 'CN': (['Province', 'Autonomous region', 'Munincipality'], 'long'),
|
# 'CN': (['Province', 'Autonomous region', 'Munincipality'], 'long'),
|
||||||
'JP': (['Prefecture'], 'long'),
|
'JP': (['Prefecture'], 'long'),
|
||||||
'MY': (['State', 'Federal territory'], 'long'),
|
'MY': (['State', 'Federal territory'], 'long'),
|
||||||
'MX': (['State', 'Federal district'], 'short'),
|
'MX': (['State', 'Federal district', 'Federal entity'], 'short'),
|
||||||
'US': (['State', 'Outlying area', 'District'], 'short'),
|
'US': (['State', 'Outlying area', 'District'], 'short'),
|
||||||
'IT': (['Province', 'Free municipal consortium', 'Metropolitan city', 'Autonomous province',
|
'IT': (['Province', 'Free municipal consortium', 'Metropolitan city', 'Autonomous province',
|
||||||
'Free municipal consortium', 'Decentralized regional entity'], 'short'),
|
'Free municipal consortium', 'Decentralized regional entity'], 'short'),
|
||||||
|
|||||||
Reference in New Issue
Block a user