/* * This file is automatically generated. * Run 'pnpm run generate:locales' to update. */ import type { LocationDefinition } from '../../..'; import city_pattern from './city_pattern'; import county from './county'; import postcode from './postcode'; import street_pattern from './street_pattern'; const location: LocationDefinition = { city_pattern, county, postcode, street_pattern, }; export default location;