Skip to content

Commit

Permalink
Add recently added supported currency formats
Browse files Browse the repository at this point in the history
  • Loading branch information
jomei committed Jul 31, 2021
1 parent cd89b78 commit bd96530
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions const.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,26 @@ const (
FormatRuble FormatType = "ruble"
FormatRupee FormatType = "rupee"
FormatYuan FormatType = "yuan"
FormatHongKongDollar FormatType = "hong_kong_dollar"
FormatNewZealandDollar FormatType = "hong_kong_dollar"
FormatKrona FormatType = "krona"
FormatNorwegianKrone FormatType = "norwegian_krone"
FormatMexicanPeso FormatType = "mexican_peso"
FormatRand FormatType = "rand"
FormatNewTaiwanDollar FormatType = "new_taiwan_dollar"
FormatDanishKrone FormatType = "danish_krone"
FormatZloty FormatType = "zloty"
FormatBath FormatType = "baht"
FormatForint FormatType = "forint"
FormatKoruna FormatType = "koruna"
FormatShekel FormatType = "shekel"
FormatChileanPeso FormatType = "chilean_peso"
FormatPhilippinePeso FormatType = "philippine_peso"
FormatDirham FormatType = "dirham"
FormatColombianPeso FormatType = "colombian_peso"
FormatRiyal FormatType = "riyal"
FormatRinggit FormatType = "ringgit"
FormatLeu FormatType = "leu"
)

const (
Expand Down

0 comments on commit bd96530

Please sign in to comment.