Skip to content

Commit f5eab34

Browse files
committed
fix conflicts caused by aftermath of #2058
1 parent 82781ed commit f5eab34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/locales/en_NG/location/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
* Run 'pnpm run generate:locales' to update.
44
*/
55
import type { LocationDefinition } from '../../..';
6+
import city_name from './city_name';
67
import city_pattern from './city_pattern';
7-
import city_prefix from './city_prefix';
88
import default_country from './default_country';
99
import postcode from './postcode';
1010
import state from './state';
1111
import street_pattern from './street_pattern';
1212

1313
const location: LocationDefinition = {
14+
city_name,
1415
city_pattern,
15-
city_prefix,
1616
default_country,
1717
postcode,
1818
state,

src/locales/en_ZA/location/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
* Run 'pnpm run generate:locales' to update.
44
*/
55
import type { LocationDefinition } from '../../..';
6+
import city_name from './city_name';
67
import city_pattern from './city_pattern';
7-
import city_prefix from './city_prefix';
88
import default_country from './default_country';
99
import postcode from './postcode';
1010
import state from './state';
1111
import street_pattern from './street_pattern';
1212

1313
const location: LocationDefinition = {
14+
city_name,
1415
city_pattern,
15-
city_prefix,
1616
default_country,
1717
postcode,
1818
state,

0 commit comments

Comments
 (0)