currency.go 4.9 KB

12345
  1. package lg
  2. import "github.com/go-playground/universal-translator"
  3. var currencies = ut.CurrencyFormatValue{"JPY": ut.Currency{Currency: "JPY", DisplayName: "Yeni ey’eJapani", Symbol: ""}, "KES": ut.Currency{Currency: "KES", DisplayName: "Silingi ey’eKenya", Symbol: ""}, "NAD": ut.Currency{Currency: "NAD", DisplayName: "Doola ey’eNamibiya", Symbol: ""}, "SZL": ut.Currency{Currency: "SZL", DisplayName: "Lilangeni", Symbol: ""}, "EGP": ut.Currency{Currency: "EGP", DisplayName: "Pawundi ey’eMisiri", Symbol: ""}, "RWF": ut.Currency{Currency: "RWF", DisplayName: "Faranga ey’eRwanda", Symbol: ""}, "ZMK": ut.Currency{Currency: "ZMK", DisplayName: "Kwaca ey’eZambya (1968–2012)", Symbol: ""}, "CNY": ut.Currency{Currency: "CNY", DisplayName: "Yuwani Reniminibi ey’eCayina", Symbol: ""}, "GNS": ut.Currency{Currency: "GNS", DisplayName: "Faranga ey’eGini", Symbol: ""}, "MGA": ut.Currency{Currency: "MGA", DisplayName: "Faranga ey’eMalagase", Symbol: ""}, "MUR": ut.Currency{Currency: "MUR", DisplayName: "Rupiya ey’eMawurisyasi", Symbol: ""}, "NGN": ut.Currency{Currency: "NGN", DisplayName: "Nayira ey’eNayijerya", Symbol: ""}, "AED": ut.Currency{Currency: "AED", DisplayName: "Diraamu eya Emireeti", Symbol: ""}, "XOF": ut.Currency{Currency: "XOF", DisplayName: "Faranga ey’omu Afirika ey’ebugwanjuba", Symbol: ""}, "ZMW": ut.Currency{Currency: "ZMW", DisplayName: "Kwaca ey’eZambya", Symbol: ""}, "CVE": ut.Currency{Currency: "CVE", DisplayName: "Esikudo ey’Keepu Veredi", Symbol: ""}, "DJF": ut.Currency{Currency: "DJF", DisplayName: "Faranga ey’eJjibuti", Symbol: ""}, "MWK": ut.Currency{Currency: "MWK", DisplayName: "Kwaca ey’eMalawi", Symbol: ""}, "SCR": ut.Currency{Currency: "SCR", DisplayName: "Rupiya ey’eSesere", Symbol: ""}, "TND": ut.Currency{Currency: "TND", DisplayName: "Dinaali ey’eTunizya", Symbol: ""}, "TZS": ut.Currency{Currency: "TZS", DisplayName: "Silingi ey’eTanzaniya", Symbol: ""}, "LSL": ut.Currency{Currency: "LSL", DisplayName: "Loti ey’eLesoso", Symbol: ""}, "LYD": ut.Currency{Currency: "LYD", DisplayName: "Dinaali ey’eLibya", Symbol: ""}, "SOS": ut.Currency{Currency: "SOS", DisplayName: "Silingi ey’eSomaliya", Symbol: ""}, "ZAR": ut.Currency{Currency: "ZAR", DisplayName: "Randi ey’eSawusafirika", Symbol: ""}, "AUD": ut.Currency{Currency: "AUD", DisplayName: "Doola ey’Awusiturelya", Symbol: ""}, "CHF": ut.Currency{Currency: "CHF", DisplayName: "Faranga ey’eSwitizirandi", Symbol: ""}, "EUR": ut.Currency{Currency: "EUR", DisplayName: "Yuro", Symbol: ""}, "LRD": ut.Currency{Currency: "LRD", DisplayName: "Doola ey’eLiberya", Symbol: ""}, "UGX": ut.Currency{Currency: "UGX", DisplayName: "Silingi eya Yuganda", Symbol: "USh"}, "BWP": ut.Currency{Currency: "BWP", DisplayName: "Pula ey’eBotiswana", Symbol: ""}, "SDP": ut.Currency{Currency: "SDP", DisplayName: "Pawundi ey’eSudaani", Symbol: ""}, "CDF": ut.Currency{Currency: "CDF", DisplayName: "Faranga ey’eKongo", Symbol: ""}, "ERN": ut.Currency{Currency: "ERN", DisplayName: "Nakifa ey’Eritureya", Symbol: ""}, "ETB": ut.Currency{Currency: "ETB", DisplayName: "Biiru ey’Esyopya", Symbol: ""}, "GHC": ut.Currency{Currency: "GHC", DisplayName: "Sedi ey’eGana", Symbol: ""}, "SAR": ut.Currency{Currency: "SAR", DisplayName: "Riyaali ey’eBuwarabu", Symbol: ""}, "ZWD": ut.Currency{Currency: "ZWD", DisplayName: "Doola ey’eZimbabwe", Symbol: ""}, "MAD": ut.Currency{Currency: "MAD", DisplayName: "Diraamu ey’eMoroko", Symbol: ""}, "MRO": ut.Currency{Currency: "MRO", DisplayName: "Wugwiya ey’eMawritenya", Symbol: ""}, "USD": ut.Currency{Currency: "USD", DisplayName: "Doola ey’Amerika", Symbol: ""}, "DZD": ut.Currency{Currency: "DZD", DisplayName: "Dinaali ey’Aligerya", Symbol: ""}, "GBP": ut.Currency{Currency: "GBP", DisplayName: "Pawundi ey’eBungereza", Symbol: ""}, "MZM": ut.Currency{Currency: "MZM", DisplayName: "Metikaali ey’eMozambiiki", Symbol: ""}, "XAF": ut.Currency{Currency: "XAF", DisplayName: "Faranga ey’omu Afirika eya wakati", Symbol: ""}, "AOA": ut.Currency{Currency: "AOA", DisplayName: "Kwanza ey’Angola", Symbol: ""}, "BHD": ut.Currency{Currency: "BHD", DisplayName: "Dinaali ey’eBaareeni", Symbol: ""}, "BIF": ut.Currency{Currency: "BIF", DisplayName: "Faranga ey’eburundi", Symbol: ""}, "KMF": ut.Currency{Currency: "KMF", DisplayName: "Faranga ey’eKomoro", Symbol: ""}, "SLL": ut.Currency{Currency: "SLL", DisplayName: "Lewone", Symbol: ""}, "GMD": ut.Currency{Currency: "GMD", DisplayName: "Dalasi ey’eGambya", Symbol: ""}, "STD": ut.Currency{Currency: "STD", DisplayName: "Dobura ey’eSantome ne Purincipe", Symbol: ""}, "INR": ut.Currency{Currency: "INR", DisplayName: "Rupiya ey’eBuyindi", Symbol: ""}, "CAD": ut.Currency{Currency: "CAD", DisplayName: "Doola ey’eKanada", Symbol: ""}, "SDG": ut.Currency{Currency: "SDG", DisplayName: "Dinaali ey’eSudaani", Symbol: ""}, "SHP": ut.Currency{Currency: "SHP", DisplayName: "Pawundi ey’eSenti Herena", Symbol: ""}}