Update wc-core-functions.php
This commit is contained in:
parent
88335691cd
commit
7e1ef44b02
|
@ -442,6 +442,7 @@ function get_woocommerce_currencies() {
|
|||
'UYU' => __( 'Uruguayan peso', 'woocommerce' ),
|
||||
'UZS' => __( 'Uzbekistani som', 'woocommerce' ),
|
||||
'VEF' => __( 'Venezuelan bolívar', 'woocommerce' ),
|
||||
'VES' => __( 'Bolívar soberano', 'woocommerce' ),
|
||||
'VND' => __( 'Vietnamese đồng', 'woocommerce' ),
|
||||
'VUV' => __( 'Vanuatu vatu', 'woocommerce' ),
|
||||
'WST' => __( 'Samoan tālā', 'woocommerce' ),
|
||||
|
@ -627,7 +628,8 @@ function get_woocommerce_currency_symbol( $currency = '' ) {
|
|||
'USD' => '$',
|
||||
'UYU' => '$',
|
||||
'UZS' => 'UZS',
|
||||
'VEF' => 'Bs S',
|
||||
'VEF' => 'Bs F',
|
||||
'VES' => 'Bs.S',
|
||||
'VND' => '₫',
|
||||
'VUV' => 'Vt',
|
||||
'WST' => 'T',
|
||||
|
|
Loading…
Reference in New Issue