Skip to content

Commit

Permalink
refactor(locale)!: remove deprecated locale aliases (#2787)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Apr 7, 2024
1 parent 501f4b3 commit 03ac471
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 36 deletions.
9 changes: 9 additions & 0 deletions docs/guide/upgrading_v9/2787.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Remove deprecated locale aliases

Remove deprecated locale aliases

| old | replacement |
| ------------------------------------------------------- | ------------------------------------------------------ |
| `import { faker } from '@faker-js/faker/locale/cz'` | `import { faker } from '@faker-js/faker/locale/cs_CZ'` |
| `import { faker } from '@faker-js/faker/locale/en_IND'` | `import { faker } from '@faker-js/faker/locale/en_IN'` |
| `import { faker } from '@faker-js/faker/locale/ge'` | `import { faker } from '@faker-js/faker/locale/ka_GE'` |
12 changes: 0 additions & 12 deletions src/locale/cz.ts

This file was deleted.

12 changes: 0 additions & 12 deletions src/locale/en_IND.ts

This file was deleted.

12 changes: 0 additions & 12 deletions src/locale/ge.ts

This file was deleted.

0 comments on commit 03ac471

Please sign in to comment.