Updated the currency code for 'Lao Kip'

See: https://en.wikipedia.org/wiki/ISO_4217
This commit is contained in:
Shiva Poudel 2015-12-17 11:52:38 +05:45
parent 6db9e74f1b
commit 4146558fd6
2 changed files with 3 additions and 3 deletions

View File

@ -295,7 +295,7 @@ function get_woocommerce_currencies() {
'ISK' => __( 'Icelandic krona', 'woocommerce' ),
'JPY' => __( 'Japanese Yen', 'woocommerce' ),
'KES' => __( 'Kenyan shilling', 'woocommerce' ),
'KIP' => __( 'Lao Kip', 'woocommerce' ),
'LAK' => __( 'Lao Kip', 'woocommerce' ),
'KRW' => __( 'South Korean Won', 'woocommerce' ),
'MXN' => __( 'Mexican Peso', 'woocommerce' ),
'MYR' => __( 'Malaysian Ringgits', 'woocommerce' ),
@ -361,7 +361,7 @@ function get_woocommerce_currency_symbol( $currency = '' ) {
'ISK' => 'Kr.',
'JPY' => '¥',
'KES' => 'KSh',
'KIP' => '₭',
'LAK' => '₭',
'KRW' => '₩',
'MXN' => '$',
'MYR' => 'RM',

View File

@ -53,7 +53,7 @@ class Core_Functions extends \WC_Unit_Test_Case {
'ISK' => __( 'Icelandic krona', 'woocommerce' ),
'JPY' => __( 'Japanese Yen', 'woocommerce' ),
'KES' => __( 'Kenyan shilling', 'woocommerce' ),
'KIP' => __( 'Lao Kip', 'woocommerce' ),
'LAK' => __( 'Lao Kip', 'woocommerce' ),
'KRW' => __( 'South Korean Won', 'woocommerce' ),
'MXN' => __( 'Mexican Peso', 'woocommerce' ),
'MYR' => __( 'Malaysian Ringgits', 'woocommerce' ),