bcmyers / num-format

A Rust crate for producing string representations of numbers, formatted according to international standards
Apache License 2.0
122 stars 22 forks source link

Any pt-BR? #48

Open gabrieligbastos opened 3 weeks ago

gabrieligbastos commented 3 weeks ago

What should i use for Brazilian? (pt-BR)? let iso_361_lang = fetch_from_provider_json(user.id).await?; //it will be "pt-BR" On my use case, i will need to use from_name(iso_361_lang).

How should i do it?