Addresses: Add Federal Territories to state dropdown for MY.

This commit is contained in:
Martin Gross
2024-02-02 12:31:06 +01:00
parent e20edab98f
commit a769da62c7

View File

@@ -3663,7 +3663,7 @@ COUNTRIES_WITH_STATE_IN_ADDRESS = {
'BR': (['State'], 'short'),
'CA': (['Province', 'Territory'], 'short'),
# 'CN': (['Province', 'Autonomous region', 'Munincipality'], 'long'),
'MY': (['State'], 'long'),
'MY': (['State', 'Federal territory'], 'long'),
'MX': (['State', 'Federal district'], 'short'),
'US': (['State', 'Outlying area', 'District'], 'short'),
}