Skip to content

Commit

Permalink
refactor(locale): normalize animal data (#2791)
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox committed Apr 11, 2024
1 parent fb65976 commit 03b965a
Show file tree
Hide file tree
Showing 48 changed files with 2,544 additions and 2,622 deletions.
1 change: 0 additions & 1 deletion scripts/generate-locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ async function normalizeLocaleFile(filePath: string, definitionKey: string) {
const legacyDefinitions = ['app', 'cell_phone', 'team'];
const definitionsToSkip = [
'airline',
'animal',
'color',
'commerce',
'company',
Expand Down
8 changes: 4 additions & 4 deletions src/locales/en/animal/bear.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export default [
'Giant panda',
'Spectacled bear',
'Sun bear',
'Sloth bear',
'American black bear',
'Asian black bear',
'Brown bear',
'Giant panda',
'Polar bear',
'Sloth bear',
'Spectacled bear',
'Sun bear',
];

0 comments on commit 03b965a

Please sign in to comment.