Merge pull request #22435 from zJesusJavier/patch-2
Updating Venezuelan Currency
This commit is contained in:
commit
c830d429ef
|
@ -445,6 +445,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' ),
|
||||
|
@ -631,6 +632,7 @@ function get_woocommerce_currency_symbol( $currency = '' ) {
|
|||
'UYU' => '$',
|
||||
'UZS' => 'UZS',
|
||||
'VEF' => 'Bs F',
|
||||
'VES' => 'Bs.S',
|
||||
'VND' => '₫',
|
||||
'VUV' => 'Vt',
|
||||
'WST' => 'T',
|
||||
|
|
Loading…
Reference in New Issue