Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
];
Loading