Closed ozdemirburak closed 1 year ago
The repository is missing Russian names and surnames. Follow the guide below to add them.
For names (src/names/ru.ts):
src/names/ru.ts
const russianNames = { 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 russianNames;
For surnames (src/surnames/ru.ts):
src/surnames/ru.ts
const russianSurnames = [ // Add the URL of the surnames source here 'Surname1', 'Surname2', 'Surname3', ... ]; export default russianSurnames;
Hey @ozdemirburak! I've made a PR for this issue. I'd greatly appreciate it if you could take a look at it when you have some time.
The repository is missing Russian names and surnames. Follow the guide below to add them.
🚀 How to Contribute:
📄 Format:
For names (
src/names/ru.ts
):For surnames (
src/surnames/ru.ts
):📌 Important Notes: