Skip to content

Commit

Permalink
norwegian locale for fake data
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Nov 5, 2023
1 parent 0581078 commit 1be033a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/Client/Pages/Groups/Groups.razor
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
new Category {Name = "Andet"}
};

private static readonly Faker<GroupDto> _groupFaker = new Faker<GroupDto>()
private static readonly Faker<GroupDto> _groupFaker = new Faker<GroupDto>("nb_NO")
.RuleFor(g => g.Id, f => Guid.NewGuid())
.RuleFor(g => g.Name, f => f.Company.CompanyName())
.RuleFor(g => g.ProfilePictureUrl, f => f.Image.PicsumUrl())
Expand Down

0 comments on commit 1be033a

Please sign in to comment.