Updated the currency code for 'Lao Kip'
See: https://en.wikipedia.org/wiki/ISO_4217
This commit is contained in:
parent
6db9e74f1b
commit
4146558fd6
|
@ -295,7 +295,7 @@ function get_woocommerce_currencies() {
|
||||||
'ISK' => __( 'Icelandic krona', 'woocommerce' ),
|
'ISK' => __( 'Icelandic krona', 'woocommerce' ),
|
||||||
'JPY' => __( 'Japanese Yen', 'woocommerce' ),
|
'JPY' => __( 'Japanese Yen', 'woocommerce' ),
|
||||||
'KES' => __( 'Kenyan shilling', 'woocommerce' ),
|
'KES' => __( 'Kenyan shilling', 'woocommerce' ),
|
||||||
'KIP' => __( 'Lao Kip', 'woocommerce' ),
|
'LAK' => __( 'Lao Kip', 'woocommerce' ),
|
||||||
'KRW' => __( 'South Korean Won', 'woocommerce' ),
|
'KRW' => __( 'South Korean Won', 'woocommerce' ),
|
||||||
'MXN' => __( 'Mexican Peso', 'woocommerce' ),
|
'MXN' => __( 'Mexican Peso', 'woocommerce' ),
|
||||||
'MYR' => __( 'Malaysian Ringgits', 'woocommerce' ),
|
'MYR' => __( 'Malaysian Ringgits', 'woocommerce' ),
|
||||||
|
@ -361,7 +361,7 @@ function get_woocommerce_currency_symbol( $currency = '' ) {
|
||||||
'ISK' => 'Kr.',
|
'ISK' => 'Kr.',
|
||||||
'JPY' => '¥',
|
'JPY' => '¥',
|
||||||
'KES' => 'KSh',
|
'KES' => 'KSh',
|
||||||
'KIP' => '₭',
|
'LAK' => '₭',
|
||||||
'KRW' => '₩',
|
'KRW' => '₩',
|
||||||
'MXN' => '$',
|
'MXN' => '$',
|
||||||
'MYR' => 'RM',
|
'MYR' => 'RM',
|
||||||
|
|
|
@ -53,7 +53,7 @@ class Core_Functions extends \WC_Unit_Test_Case {
|
||||||
'ISK' => __( 'Icelandic krona', 'woocommerce' ),
|
'ISK' => __( 'Icelandic krona', 'woocommerce' ),
|
||||||
'JPY' => __( 'Japanese Yen', 'woocommerce' ),
|
'JPY' => __( 'Japanese Yen', 'woocommerce' ),
|
||||||
'KES' => __( 'Kenyan shilling', 'woocommerce' ),
|
'KES' => __( 'Kenyan shilling', 'woocommerce' ),
|
||||||
'KIP' => __( 'Lao Kip', 'woocommerce' ),
|
'LAK' => __( 'Lao Kip', 'woocommerce' ),
|
||||||
'KRW' => __( 'South Korean Won', 'woocommerce' ),
|
'KRW' => __( 'South Korean Won', 'woocommerce' ),
|
||||||
'MXN' => __( 'Mexican Peso', 'woocommerce' ),
|
'MXN' => __( 'Mexican Peso', 'woocommerce' ),
|
||||||
'MYR' => __( 'Malaysian Ringgits', 'woocommerce' ),
|
'MYR' => __( 'Malaysian Ringgits', 'woocommerce' ),
|
||||||
|
|
Loading…
Reference in New Issue