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
When I set the local to 'nl_NL' the zip is not a function but a property. I think this should be more consistent.
The text was updated successfully, but these errors were encountered:
I think this was introduced by this commit / Pull Request: https://github.com/boo1ean/casual/pull/26/files
It should be a property for every locale and should not be a function for any locale,
Instead of having zip(digits) it should have zip, zip5, and zip9 as properties rather than functions for a more consistent interface.
zip(digits)
Sorry, something went wrong.
Used zip_short and zip_long instead of zip5 and zip9 (which is specific to the USA).
Successfully merging a pull request may close this issue.
When I set the local to 'nl_NL' the zip is not a function but a property. I think this should be more consistent.
The text was updated successfully, but these errors were encountered: