Skip to content

Commit

Permalink
feat(locale): extend english company (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
Busyvar committed Jan 2, 2023
1 parent 496c40b commit f0e859b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions src/locales/en/company/bs_noun.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export default [
'synergies',
'web-readiness',
'paradigms',
'markets',
'partnerships',
Expand All @@ -12,14 +11,11 @@ export default [
'communities',
'ROI',
'solutions',
'e-tailers',
'e-services',
'action-items',
'portals',
'niches',
'technologies',
'content',
'vortals',
'supply-chains',
'convergence',
'relationships',
Expand All @@ -29,7 +25,6 @@ export default [
'e-commerce',
'systems',
'bandwidth',
'infomediaries',
'models',
'mindshare',
'deliverables',
Expand All @@ -44,4 +39,5 @@ export default [
'web services',
'methodologies',
'blockchains',
'lifetime value',
];
8 changes: 4 additions & 4 deletions test/__snapshots__/company.spec.ts.snap
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Vitest Snapshot v1

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

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

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

exports[`company > 42 > bsNoun 1`] = `"portals"`;
exports[`company > 42 > bsNoun 1`] = `"technologies"`;

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

Expand All @@ -29,13 +29,13 @@ exports[`company > 42 > suffixes 1`] = `
]
`;

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

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

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

exports[`company > 1211 > bsNoun 1`] = `"experiences"`;
exports[`company > 1211 > bsNoun 1`] = `"methodologies"`;

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

Expand Down

0 comments on commit f0e859b

Please sign in to comment.