typelevel / squants

The Scala API for Quantities, Units of Measure and Dimensional Analysis
https://www.squants.com
Apache License 2.0
921 stars 122 forks source link

Add Thai Baht (บาทไทย) support 🇹🇭 #616

Closed niij closed 8 months ago

niij commented 10 months ago

Thai Baht has been a decimalized currency since 1897 officially (implemented 1910). Satang is the sub-unit. 1 THB = 100 satang.

niij commented 10 months ago

Failing on an unrelated test.

[info] - should return properly formatted strings for all supported Units of Measure FAILED [info] "[0.041666666666666664 ft³/hr]" was not equal to "[1.0 ft³/d]" (VolumeFlowSpec.scala:131) [info] Analysis: [info] "[0.041666666666666664 ft³/hr]" -> "[1.0 ft³/d]"

niij commented 10 months ago

@cquiroz

niij commented 8 months ago

this repo looks abandoned. closing PR

cquiroz commented 8 months ago

Sorry about this I missed the message, if you want to reopen this I could give it a reciew

niij commented 8 months ago

re-opened @cquiroz

cquiroz commented 8 months ago

LGTM

niij commented 8 months ago

thanks!