Closed ozdemirburak closed 1 year ago
The repository is missing Norwegian names and surnames. Follow the guide below to add them.
For names (src/names/no.ts):
src/names/no.ts
const norwegianNames = { 0: [ // Male names - Add the URL of the names source here 'Name1', 'Name2', 'Name3', ... ], 1: [ // Female names - Add the URL of the names source here 'Name1', 'Name2', 'Name3', ... ] } export default norwegianNames;
For surnames (src/surnames/no.ts):
src/surnames/no.ts
const norwegianSurnames = [ // Add the URL of the surnames source here 'Surname1', 'Surname2', 'Surname3', ... ]; export default norwegianSurnames;
The repository is missing Norwegian names and surnames. Follow the guide below to add them.
π How to Contribute:
π Format:
For names (
src/names/no.ts
):For surnames (
src/surnames/no.ts
):π Important Notes: