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

nl and fy support #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

andrieshiemstra
Copy link

Added nl (Dutch) and fy (Frisian) support.. wil try German sometime later as i need it for a project..

src/lang/nl.rs Outdated
let mut thousands = Vec::new();
let bf_1000 = BigFloat::from(1000);

while !num.is_zero() {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed in the PR: #33 , It is at least advisable truncate into an integer on each call to avoid issues discussed at Issue #11

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

Successfully merging this pull request may close these issues.

2 participants