blob: a899ac98d300a238d85403de65eeee02a83c62e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* This file is automatically generated.
* Run 'pnpm run generate:locales' to update.
*/
import type { LocationDefinition } from '../../..';
import city_name from './city_name';
import city_pattern from './city_pattern';
import postcode from './postcode';
import state from './state';
const location: LocationDefinition = {
city_name,
city_pattern,
postcode,
state,
};
export default location;
|