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

Globalization #209

Open
JeWaVe opened this issue Sep 23, 2021 · 1 comment
Open

Globalization #209

JeWaVe opened this issue Sep 23, 2021 · 1 comment

Comments

@JeWaVe
Copy link

JeWaVe commented Sep 23, 2021

Great package !
I would love to see some additional layer of globalization.

is_even.configure("en-us").is_even("twenty two") -> true
is_even.configure("fr-fr").is_even("vingt-deux") -> true
is_even.configure("fr-be").is_even("nonante huit") -> true

Windows published the list of supported language tags, that would greatly help in my opinion.

@lunaneff
Copy link

The function names should also be translated, for example:

is_even.configure("de-de").ist_gerade("zweiunddreissig") -> true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants