bchavez / bchavez/Bogus

Add Romania vehicle registration plates

Open
#628 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
9.7k
Forks
538
PR merge metrics
No merged PRs in 30d

Description

### Description

Add Romanian vehicle Registration Plate Generator
https://en.wikipedia.org/wiki/Vehicle_registration_plates_of_Romania

### LINQPad Code Example

```
var fakeAuto = new Faker("ro")
.RuleFor(a => a.Plate, (f, _) => f.Vehicle..RoRegistrationPlate())

```

### What alternatives have you considered?

No

### Could you help with a pull-request?

Yes

Contributor guide

Open the contributing guide

Research direction

Start with the LINQPad example and inspect the existing vehicle-provider entry points for the "ro" locale. Use the linked Romanian registration-plate reference to define RoRegistrationPlate, then verify that Faker("ro") can produce Romanian plates through the example.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
localization
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.