12345 |
- package ca_ES_VALENCIA
- import "github.com/go-playground/universal-translator"
- var currencies = ut.CurrencyFormatValue{"ZWR": ut.Currency{Currency: "ZWR", DisplayName: "dòlar zimbabués (2008)", Symbol: "ZWR"}, "FRF": ut.Currency{Currency: "FRF", DisplayName: "franc francés", Symbol: "FRF"}, "THB": ut.Currency{Currency: "THB", DisplayName: "baht tailandés", Symbol: "฿"}, "ZWD": ut.Currency{Currency: "ZWD", DisplayName: "dòlar zimbabués (1980–2008)", Symbol: "ZWD"}, "ROL": ut.Currency{Currency: "ROL", DisplayName: "antic leu romanés", Symbol: "ROL"}, "UGS": ut.Currency{Currency: "UGS", DisplayName: "xíling ugandés (1966–1987)", Symbol: "UGS"}, "AZN": ut.Currency{Currency: "AZN", DisplayName: "manat azerbaidjanés", Symbol: "AZN"}, "HUF": ut.Currency{Currency: "HUF", DisplayName: "fòrint hongarés", Symbol: "HUF"}, "LUC": ut.Currency{Currency: "LUC", DisplayName: "franc convertible luxemburgués", Symbol: "LUC"}, "PLN": ut.Currency{Currency: "PLN", DisplayName: "zloty polonés", Symbol: "PLN"}, "CNX": ut.Currency{Currency: "CNX", DisplayName: "dòlar del Banc Popular Xinés", Symbol: ""}, "JPY": ut.Currency{Currency: "JPY", DisplayName: "ien japonés", Symbol: "JP¥"}, "NZD": ut.Currency{Currency: "NZD", DisplayName: "dòlar neozelandés", Symbol: "NZ$"}, "CNY": ut.Currency{Currency: "CNY", DisplayName: "iuan xinés", Symbol: "¥"}, "LUL": ut.Currency{Currency: "LUL", DisplayName: "franc financer luxemburgués", Symbol: "LUL"}, "SIT": ut.Currency{Currency: "SIT", DisplayName: "tolar eslové", Symbol: "SIT"}, "MZN": ut.Currency{Currency: "MZN", DisplayName: "metical moçambiqués", Symbol: "MZN"}, "RON": ut.Currency{Currency: "RON", DisplayName: "leu romanés", Symbol: "RON"}, "UAK": ut.Currency{Currency: "UAK", DisplayName: "karbóvanets ucraïnés", Symbol: "UAK"}, "LUF": ut.Currency{Currency: "LUF", DisplayName: "franc luxemburgués", Symbol: "LUF"}, "MZE": ut.Currency{Currency: "MZE", DisplayName: "escut moçambiqués", Symbol: "MZE"}, "MZM": ut.Currency{Currency: "MZM", DisplayName: "antic metical moçambiqués", Symbol: "MZM"}, "FIM": ut.Currency{Currency: "FIM", DisplayName: "marc finlandés", Symbol: "FIM"}, "NLG": ut.Currency{Currency: "NLG", DisplayName: "florí neerlandés", Symbol: "NLG"}, "PLZ": ut.Currency{Currency: "PLZ", DisplayName: "zloty polonés (1950–1995)", Symbol: "PLZ"}, "UGX": ut.Currency{Currency: "UGX", DisplayName: "xíling ugandés", Symbol: "UGX"}, "AFA": ut.Currency{Currency: "AFA", DisplayName: "afgani afganés (1927–2002)", Symbol: "AFA"}, "AFN": ut.Currency{Currency: "AFN", DisplayName: "afgani afganés", Symbol: "AFN"}, "AZM": ut.Currency{Currency: "AZM", DisplayName: "manat azerbaidjanés (1993–2006)", Symbol: "AZM"}, "ALK": ut.Currency{Currency: "ALK", DisplayName: "lek albanés (1946–1965)", Symbol: ""}, "CLP": ut.Currency{Currency: "CLP", DisplayName: "peso xilé", Symbol: "CLP"}, "PTE": ut.Currency{Currency: "PTE", DisplayName: "escut portugués", Symbol: "PTE"}, "XFO": ut.Currency{Currency: "XFO", DisplayName: "franc or francés", Symbol: "XFO"}, "XFU": ut.Currency{Currency: "XFU", DisplayName: "franc UIC francés", Symbol: "XFU"}, "ZWL": ut.Currency{Currency: "ZWL", DisplayName: "dòlar zimbabués (2009)", Symbol: "ZWL"}, "ALL": ut.Currency{Currency: "ALL", DisplayName: "lek albanés", Symbol: "ALL"}, "CLE": ut.Currency{Currency: "CLE", DisplayName: "escut xilé", Symbol: "CLE"}, "RWF": ut.Currency{Currency: "RWF", DisplayName: "franc rwandés", Symbol: "RWF"}}
|