Skip to content

Commit

Permalink
refactor(locale): remove inaccessible files (#3205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Oct 21, 2024
1 parent 0d1616d commit 89b695c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions src/locales/en_AU_ocker/location/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import building_number from './building_number';
import city_name from './city_name';
import city_pattern from './city_pattern';
import postcode from './postcode';
import region from './region';
import state from './state';
import state_abbr from './state_abbr';
import street_name from './street_name';
Expand All @@ -19,7 +18,6 @@ const location: LocationDefinition = {
city_name,
city_pattern,
postcode,
region,
state,
state_abbr,
street_name,
Expand Down
9 changes: 0 additions & 9 deletions src/locales/en_AU_ocker/location/region.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/locales/en_AU_ocker/person/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ import type { PersonDefinition } from '../../..';
import first_name from './first_name';
import last_name from './last_name';
import last_name_pattern from './last_name_pattern';
import ocker_first_name from './ocker_first_name';

const person: PersonDefinition = {
first_name,
last_name,
last_name_pattern,
ocker_first_name,
};

export default person;
1 change: 0 additions & 1 deletion src/locales/en_AU_ocker/person/ocker_first_name.ts

This file was deleted.

0 comments on commit 89b695c

Please sign in to comment.