Update wc-core-functions.php

This commit is contained in:
Jesús Ramirez 2019-01-16 08:49:17 -04:00 committed by GitHub
parent 88335691cd
commit 7e1ef44b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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',