We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
The function names should also be translated, for example:
is_even.configure("de-de").ist_gerade("zweiunddreissig") -> true
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: