12345 |
- package mas
- import "github.com/go-playground/universal-translator"
- var currencies = ut.CurrencyFormatValue{"NAD": ut.Currency{Currency: "NAD", DisplayName: "Iropiyianí e Namibia", Symbol: ""}, "ZAR": ut.Currency{Currency: "ZAR", DisplayName: "Iropiyianí e Afrika Kusini", Symbol: ""}, "BIF": ut.Currency{Currency: "BIF", DisplayName: "Iropiyianí e Burundi", Symbol: ""}, "CHF": ut.Currency{Currency: "CHF", DisplayName: "Iropiyianí e Uswisi", Symbol: ""}, "MWK": ut.Currency{Currency: "MWK", DisplayName: "Iropiyianí e Malawi", Symbol: ""}, "KMF": ut.Currency{Currency: "KMF", DisplayName: "Iropiyianí e Komoro", Symbol: ""}, "LYD": ut.Currency{Currency: "LYD", DisplayName: "Iropiyianí e Libya", Symbol: ""}, "ZWD": ut.Currency{Currency: "ZWD", DisplayName: "Iropiyianí e Simbabwe", Symbol: ""}, "SZL": ut.Currency{Currency: "SZL", DisplayName: "Iropiyianí e lilangeni", Symbol: ""}, "AED": ut.Currency{Currency: "AED", DisplayName: "Iropiyianí ɔ́ɔ̄ lmarabu", Symbol: ""}, "DZD": ut.Currency{Currency: "DZD", DisplayName: "Iropiyianí e Algeria", Symbol: ""}, "STD": ut.Currency{Currency: "STD", DisplayName: "Iropiyianí e Saotome", Symbol: ""}, "DJF": ut.Currency{Currency: "DJF", DisplayName: "Iropiyianí e Jibuti", Symbol: ""}, "USD": ut.Currency{Currency: "USD", DisplayName: "Iropiyianí ɔ́ɔ̄ lamarekani", Symbol: ""}, "MAD": ut.Currency{Currency: "MAD", DisplayName: "Iropiyianí e Moroko", Symbol: ""}, "MZM": ut.Currency{Currency: "MZM", DisplayName: "Iropiyianí e Msumbiji", Symbol: ""}, "CVE": ut.Currency{Currency: "CVE", DisplayName: "Iropiyianí e Kepuvede", Symbol: ""}, "INR": ut.Currency{Currency: "INR", DisplayName: "Iropiyianí e India", Symbol: ""}, "KES": ut.Currency{Currency: "KES", DisplayName: "Iropiyianí e Kenya", Symbol: "Ksh"}, "RWF": ut.Currency{Currency: "RWF", DisplayName: "Iropiyianí e Rwanda", Symbol: ""}, "TND": ut.Currency{Currency: "TND", DisplayName: "Iropiyianí e Tunisia", Symbol: ""}, "ZMK": ut.Currency{Currency: "ZMK", DisplayName: "Iropiyianí e Sambia (1968–2012)", Symbol: ""}, "MGA": ut.Currency{Currency: "MGA", DisplayName: "Iropiyianí e Bukini", Symbol: ""}, "MUR": ut.Currency{Currency: "MUR", DisplayName: "Iropiyianí e Morisi", Symbol: ""}, "SAR": ut.Currency{Currency: "SAR", DisplayName: "Iropiyianí e Saudi", Symbol: ""}, "BHD": ut.Currency{Currency: "BHD", DisplayName: "Iropiyianí e Bahareini", Symbol: ""}, "EGP": ut.Currency{Currency: "EGP", DisplayName: "Iropiyianí e Misri", Symbol: ""}, "GHC": ut.Currency{Currency: "GHC", DisplayName: "Iropiyianí e Ghana", Symbol: ""}, "XOF": ut.Currency{Currency: "XOF", DisplayName: "Iropiyianí e CFA BCEAO", Symbol: ""}, "GBP": ut.Currency{Currency: "GBP", DisplayName: "Iropiyianí e Nkɨ́resa", Symbol: ""}, "GNS": ut.Currency{Currency: "GNS", DisplayName: "Iropiyianí e Gine", Symbol: ""}, "TZS": ut.Currency{Currency: "TZS", DisplayName: "Iropiyianí e Tanzania", Symbol: ""}, "UGX": ut.Currency{Currency: "UGX", DisplayName: "Iropiyianí e Uganda", Symbol: ""}, "ZMW": ut.Currency{Currency: "ZMW", DisplayName: "Iropiyianí e Sambia", Symbol: ""}, "CDF": ut.Currency{Currency: "CDF", DisplayName: "Iropiyianí e Kongo", Symbol: ""}, "JPY": ut.Currency{Currency: "JPY", DisplayName: "Iropiyianí e Japani", Symbol: ""}, "MRO": ut.Currency{Currency: "MRO", DisplayName: "Iropiyianí e Moritania", Symbol: ""}, "SDG": ut.Currency{Currency: "SDG", DisplayName: "Iropiyianí e Sudani", Symbol: ""}, "SHP": ut.Currency{Currency: "SHP", DisplayName: "Iropiyianí e Santahelena", Symbol: ""}, "EUR": ut.Currency{Currency: "EUR", DisplayName: "Iropiyianí e yuro", Symbol: ""}, "GMD": ut.Currency{Currency: "GMD", DisplayName: "Iropiyianí e Gambia", Symbol: ""}, "NGN": ut.Currency{Currency: "NGN", DisplayName: "Iropiyianí e Nijeria", Symbol: ""}, "ERN": ut.Currency{Currency: "ERN", DisplayName: "Iropiyianí e Eritrea", Symbol: ""}, "LRD": ut.Currency{Currency: "LRD", DisplayName: "Iropiyianí e Liberia", Symbol: ""}, "AOA": ut.Currency{Currency: "AOA", DisplayName: "Iropiyianí e Angola", Symbol: ""}, "BWP": ut.Currency{Currency: "BWP", DisplayName: "Iropiyianí e Botswana", Symbol: ""}, "CAD": ut.Currency{Currency: "CAD", DisplayName: "Iropiyianí e Kanada", Symbol: ""}, "SCR": ut.Currency{Currency: "SCR", DisplayName: "Iropiyianí e Shelisheli", Symbol: ""}, "CNY": ut.Currency{Currency: "CNY", DisplayName: "Iropiyianí e China", Symbol: ""}, "LSL": ut.Currency{Currency: "LSL", DisplayName: "Iropiyianí e Lesoto", Symbol: ""}, "SLL": ut.Currency{Currency: "SLL", DisplayName: "Iropiyianí e leoni", Symbol: ""}, "SOS": ut.Currency{Currency: "SOS", DisplayName: "Iropiyianí e Somalia", Symbol: ""}, "XAF": ut.Currency{Currency: "XAF", DisplayName: "Iropiyianí e CFA BEAC", Symbol: ""}, "AUD": ut.Currency{Currency: "AUD", DisplayName: "Iropiyianí e Austria", Symbol: ""}, "ETB": ut.Currency{Currency: "ETB", DisplayName: "Iropiyianí e Uhabeshi", Symbol: ""}}
|