Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localization: add RU locale for faker.book module #3438

Open
viraxslot opened this issue Mar 11, 2025 · 2 comments
Open

Localization: add RU locale for faker.book module #3438

viraxslot opened this issue Mar 11, 2025 · 2 comments
Assignees
Labels
c: feature Request for new feature c: locale Permutes locale definitions
Milestone

Comments

@viraxslot
Copy link

Clear and concise description of the problem

There's no Russian localization for "book" module:

// check.js
import { fakerRU as faker } from '@faker-js/faker'

const data = faker.book.author()
console.log(data)
# in terminal
tsx src/check.js
Saul Bellow

Suggested solution

Add translation for "book" module.

Alternative

No response

Additional context

No response

@viraxslot viraxslot added c: feature Request for new feature s: pending triage Pending Triage s: waiting for user interest Waiting for more users interested in this feature labels Mar 11, 2025
@viraxslot
Copy link
Author

I'd love to implement this. Could you please assign it to me?

@xDivisionByZerox xDivisionByZerox added c: locale Permutes locale definitions and removed s: pending triage Pending Triage labels Mar 12, 2025
@xDivisionByZerox
Copy link
Member

I'll remove the s: waiting for user interest label since this is a simple addition for a locale.

@xDivisionByZerox xDivisionByZerox removed the s: waiting for user interest Waiting for more users interested in this feature label Mar 12, 2025
@faker-js faker-js deleted a comment from github-actions bot Mar 12, 2025
@xDivisionByZerox xDivisionByZerox added this to the vAnytime milestone Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: feature Request for new feature c: locale Permutes locale definitions
Projects
None yet
Development

No branches or pull requests

2 participants