Skip to content

nl and fy support - #34

Open
andrieshiemstra wants to merge 2 commits into
Ballasi:masterfrom
andrieshiemstra:master
Open

nl and fy support#34
andrieshiemstra wants to merge 2 commits into
Ballasi:masterfrom
andrieshiemstra:master

Conversation

@andrieshiemstra

Copy link
Copy Markdown

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

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

while !num.is_zero() {

Copy link
Copy Markdown

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