Skip to content

Commit 3bbb746

Browse files
Busyvarpladreyt
authored andcommitted
feat(locale): extend english company (faker-js#1701)
1 parent 496c40b commit 3bbb746

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

src/locales/en/company/bs_noun.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export default [
22
'synergies',
3-
'web-readiness',
43
'paradigms',
54
'markets',
65
'partnerships',
@@ -12,14 +11,11 @@ export default [
1211
'communities',
1312
'ROI',
1413
'solutions',
15-
'e-tailers',
16-
'e-services',
1714
'action-items',
1815
'portals',
1916
'niches',
2017
'technologies',
2118
'content',
22-
'vortals',
2319
'supply-chains',
2420
'convergence',
2521
'relationships',
@@ -29,7 +25,6 @@ export default [
2925
'e-commerce',
3026
'systems',
3127
'bandwidth',
32-
'infomediaries',
3328
'models',
3429
'mindshare',
3530
'deliverables',
@@ -44,4 +39,5 @@ export default [
4439
'web services',
4540
'methodologies',
4641
'blockchains',
42+
'lifetime value',
4743
];

test/__snapshots__/company.spec.ts.snap

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Vitest Snapshot v1
22

3-
exports[`company > 42 > bs 1`] = `"seize impactful web services"`;
3+
exports[`company > 42 > bs 1`] = `"seize impactful methodologies"`;
44

55
exports[`company > 42 > bsAdjective 1`] = `"dynamic"`;
66

77
exports[`company > 42 > bsBuzz 1`] = `"seize"`;
88

9-
exports[`company > 42 > bsNoun 1`] = `"portals"`;
9+
exports[`company > 42 > bsNoun 1`] = `"technologies"`;
1010

1111
exports[`company > 42 > catchPhrase 1`] = `"Implemented responsive throughput"`;
1212

@@ -29,13 +29,13 @@ exports[`company > 42 > suffixes 1`] = `
2929
]
3030
`;
3131

32-
exports[`company > 1211 > bs 1`] = `"cultivate bleeding-edge functionalities"`;
32+
exports[`company > 1211 > bs 1`] = `"cultivate bleeding-edge experiences"`;
3333

3434
exports[`company > 1211 > bsAdjective 1`] = `"plug-and-play"`;
3535

3636
exports[`company > 1211 > bsBuzz 1`] = `"cultivate"`;
3737

38-
exports[`company > 1211 > bsNoun 1`] = `"experiences"`;
38+
exports[`company > 1211 > bsNoun 1`] = `"methodologies"`;
3939

4040
exports[`company > 1211 > catchPhrase 1`] = `"Up-sized high-level success"`;
4141

0 commit comments

Comments
 (0)