From a4631dbb82e157bf5b9e63b26de47df396b91f50 Mon Sep 17 00:00:00 2001 From: Matt Mayer <152770+matthewmayer@users.noreply.github.com> Date: Fri, 28 Jul 2023 19:49:06 -0400 Subject: feat(location): add states for pt_PT (#2269) --- src/locales/pt_PT/location/index.ts | 2 ++ src/locales/pt_PT/location/state.ts | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/locales/pt_PT/location/state.ts (limited to 'src') diff --git a/src/locales/pt_PT/location/index.ts b/src/locales/pt_PT/location/index.ts index 656d03c4..df90e11c 100644 --- a/src/locales/pt_PT/location/index.ts +++ b/src/locales/pt_PT/location/index.ts @@ -13,6 +13,7 @@ import default_country from './default_country'; import direction from './direction'; import postcode from './postcode'; import secondary_address from './secondary_address'; +import state from './state'; import street_address from './street_address'; import street_pattern from './street_pattern'; import street_prefix from './street_prefix'; @@ -28,6 +29,7 @@ const location: LocationDefinition = { direction, postcode, secondary_address, + state, street_address, street_pattern, street_prefix, diff --git a/src/locales/pt_PT/location/state.ts b/src/locales/pt_PT/location/state.ts new file mode 100644 index 00000000..da1359b5 --- /dev/null +++ b/src/locales/pt_PT/location/state.ts @@ -0,0 +1,22 @@ +export default [ + 'Azores', + 'Aveiro', + 'Beja', + 'Braga', + 'Bragança', + 'Castelo Branco', + 'Coimbra', + 'Évora', + 'Faro', + 'Guarda', + 'Leiria', + 'Lisbon', + 'Madeira', + 'Portalegre', + 'Porto', + 'Santarém', + 'Setúbal', + 'Viana do Castelo', + 'Vila Real', + 'Viseu', +]; -- cgit v1.2.3