-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
c: featureRequest for new featureRequest for new features: waiting for user interestWaiting for more users interested in this featureWaiting for more users interested in this feature
Description
Clear and concise description of the problem
The faker.finance.accountName() method currently returns account names with a hardcoded 'Account' suffix in English:
fakerJA.finance.accountName(); // '当座預金 Account'
Suggested solution
The suffix should be customizable to match the context and language of the active locale. For example:
fakerJA.finance.accountName(); // '当座預金口座'
Alternative
No response
Additional context
No response
github-actions and matthewmayer
Metadata
Metadata
Assignees
Labels
c: featureRequest for new featureRequest for new features: waiting for user interestWaiting for more users interested in this featureWaiting for more users interested in this feature