Merge pull request #10633 from wampamba/ugandan-currency

Adds Ugandan Shilling currency and currency symbol.
This commit is contained in:
Claudio Sanches 2016-04-04 09:02:56 -03:00
commit e09374de17
1 changed files with 2 additions and 0 deletions

View File

@ -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',