fixed the CLP name
This commit is contained in:
parent
91ec6e62a0
commit
077f6d5d9c
|
@ -163,7 +163,7 @@ function get_woocommerce_currencies() {
|
|||
'BRL' => __( 'Brazilian Real', 'woocommerce' ),
|
||||
'BGN' => __( 'Bulgarian Lev', 'woocommerce' ),
|
||||
'CAD' => __( 'Canadian Dollars', 'woocommerce' ),
|
||||
'CLP' => __( 'Peso chileno', 'woocommerce' ),
|
||||
'CLP' => __( 'Chilean Peso', 'woocommerce' ),
|
||||
'CNY' => __( 'Chinese Yuan', 'woocommerce' ),
|
||||
'CZK' => __( 'Czech Koruna', 'woocommerce' ),
|
||||
'DKK' => __( 'Danish Krone', 'woocommerce' ),
|
||||
|
|
Loading…
Reference in New Issue