Adds Ugandan Shilling currency and currency symbol.
This commit is contained in:
parent
00ba45512e
commit
ff5c52b6bb
|
@ -321,6 +321,7 @@ function get_woocommerce_currencies() {
|
|||
'TRY' => __( 'Turkish Lira', 'woocommerce' ),
|
||||
'TWD' => __( 'Taiwan New Dollars', 'woocommerce' ),
|
||||
'UAH' => __( 'Ukrainian Hryvnia', 'woocommerce' ),
|
||||
'UGX' => __( 'Ugandan Shilling', 'woocommerce' ),
|
||||
'USD' => __( 'US Dollars', 'woocommerce' ),
|
||||
'VND' => __( 'Vietnamese Dong', 'woocommerce' ),
|
||||
'ZAR' => __( 'South African rand', 'woocommerce' ),
|
||||
|
@ -389,6 +390,7 @@ function get_woocommerce_currency_symbol( $currency = '' ) {
|
|||
'TRY' => '₺',
|
||||
'TWD' => 'NT$',
|
||||
'UAH' => '₴',
|
||||
'UGX' => 'UGX',
|
||||
'USD' => '$',
|
||||
'VND' => '₫',
|
||||
'ZAR' => 'R',
|
||||
|
|
Loading…
Reference in New Issue