12345 |
- package yi
- import "github.com/go-playground/universal-translator"
- var currencies = ut.CurrencyFormatValue{"XXX": ut.Currency{Currency: "XXX", DisplayName: "אומבאַוואוסטע וואַלוטע", Symbol: ""}, "EUR": ut.Currency{Currency: "EUR", DisplayName: "איירא", Symbol: "€"}, "INR": ut.Currency{Currency: "INR", DisplayName: "אינדישער רופי", Symbol: "₹"}, "JPY": ut.Currency{Currency: "JPY", DisplayName: "יאפאנעזישער יען", Symbol: "JP¥"}, "RUB": ut.Currency{Currency: "RUB", DisplayName: "רוסישער רובל", Symbol: "RUB"}, "SEK": ut.Currency{Currency: "SEK", DisplayName: "שוועדישע קראנע", Symbol: ""}, "XAG": ut.Currency{Currency: "XAG", DisplayName: "זילבער", Symbol: ""}, "BZD": ut.Currency{Currency: "BZD", DisplayName: "בעליז דאלאַר", Symbol: ""}, "CHF": ut.Currency{Currency: "CHF", DisplayName: "שווייצער פֿראַנק", Symbol: ""}, "CNY": ut.Currency{Currency: "CNY", DisplayName: "כינעזישער יואן", Symbol: ""}, "GBP": ut.Currency{Currency: "GBP", DisplayName: "פֿונט שטערלינג", Symbol: "£"}, "USD": ut.Currency{Currency: "USD", DisplayName: "אמעריקאנער דאלאר", Symbol: "$"}, "BRL": ut.Currency{Currency: "BRL", DisplayName: "בראזיל רעאל", Symbol: ""}, "XAU": ut.Currency{Currency: "XAU", DisplayName: "גאלד", Symbol: ""}}
|