Skip to content

Commit 03b965a

Browse files
refactor(locale): normalize animal data (#2791)
1 parent fb65976 commit 03b965a

48 files changed

Lines changed: 2544 additions & 2622 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

scripts/generate-locales.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ async function normalizeLocaleFile(filePath: string, definitionKey: string) {
308308
const legacyDefinitions = ['app', 'cell_phone', 'team'];
309309
const definitionsToSkip = [
310310
'airline',
311-
'animal',
312311
'color',
313312
'commerce',
314313
'company',

src/locales/en/animal/bear.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
export default [
2-
'Giant panda',
3-
'Spectacled bear',
4-
'Sun bear',
5-
'Sloth bear',
62
'American black bear',
73
'Asian black bear',
84
'Brown bear',
5+
'Giant panda',
96
'Polar bear',
7+
'Sloth bear',
8+
'Spectacled bear',
9+
'Sun bear',
1010
];

0 commit comments

Comments
 (0)