currency.go 261 B

12345
  1. package os_RU
  2. import "github.com/go-playground/universal-translator"
  3. var currencies = ut.CurrencyFormatValue{"GEL": ut.Currency{Currency: "GEL", DisplayName: "Лар", Symbol: "GEL"}, "RUB": ut.Currency{Currency: "RUB", DisplayName: "Сом", Symbol: "₽"}}