aboutsummaryrefslogtreecommitdiff
path: root/src/locales/ja/location/index.ts
blob: 1d9b9aae5014cd6d87f3393c80394128c0006a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import type { LocationDefinition } from '../../..';
import city_pattern from './city_pattern';
import city_prefix from './city_prefix';
import city_suffix from './city_suffix';
import country from './country';
import direction from './direction';
import postcode from './postcode';
import secondary_address from './secondary_address';
import state from './state';
import state_abbr from './state_abbr';
import street_address from './street_address';
import street_pattern from './street_pattern';

const location: LocationDefinition = {
  city_pattern,
  city_prefix,
  city_suffix,
  country,
  direction,
  postcode,
  secondary_address,
  state,
  state_abbr,
  street_address,
  street_pattern,
};

export default location;