Skip to content

Add region option to airline module #3784

@Javid-Izadfar

Description

@Javid-Izadfar

Clear and concise description of the problem

As a developer using Faker, I want to differentiate between local and foreign airlines and airports so that my booking app UI feels more realistic and context-aware for domestic and/or international flights.

Suggested solution

In module airline we could provide following implementation:

airport({ region: 'local' })
airport({ region: 'foreign' })

and

airline({ region: 'local' })
airline({ region: 'foreign' })

Alternative

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    c: featureRequest for new featurem: airlineSomething is referring to the airline modules: waiting for user interestWaiting for more users interested in this feature
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions