Skip to content

Commit

Permalink
Merge pull request woocommerce#10633 from wampamba/ugandan-currency
Browse files Browse the repository at this point in the history
Adds Ugandan Shilling currency and currency symbol.
  • Loading branch information
claudiosanches committed Apr 4, 2016
2 parents 00ba455 + ff5c52b commit e09374d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/wc-core-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ),
Expand Down Expand Up @@ -389,6 +390,7 @@ function get_woocommerce_currency_symbol( $currency = '' ) {
'TRY' => '₺',
'TWD' => 'NT$',
'UAH' => '₴',
'UGX' => 'UGX',
'USD' => '$',
'VND' => '₫',
'ZAR' => 'R',
Expand Down

0 comments on commit e09374d

Please sign in to comment.