From 72856b1b6086173922c5221fa01c4e74bd004cc9 Mon Sep 17 00:00:00 2001 From: Masoud Amini Date: Mon, 19 Dec 2016 14:23:56 +0330 Subject: [PATCH] Update wc-core-functions.php --- includes/wc-core-functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/wc-core-functions.php b/includes/wc-core-functions.php index a9980231c46..6515a1c023c 100644 --- a/includes/wc-core-functions.php +++ b/includes/wc-core-functions.php @@ -340,7 +340,8 @@ function get_woocommerce_currencies() { 'IMP' => __( 'Manx pound', 'woocommerce' ), 'INR' => __( 'Indian rupee', 'woocommerce' ), 'IQD' => __( 'Iraqi dinar', 'woocommerce' ), - 'IRR' => __( 'Iranian rial', 'woocommerce' ), + 'IRR' => __( 'Iranian rial', 'woocommerce' ), + 'IRT' => __( 'Iranian Toman', 'woocommerce' ), 'ISK' => __( 'Icelandic króna', 'woocommerce' ), 'JEP' => __( 'Jersey pound', 'woocommerce' ), 'JMD' => __( 'Jamaican dollar', 'woocommerce' ), @@ -518,6 +519,7 @@ function get_woocommerce_currency_symbol( $currency = '' ) { 'INR' => '₹', 'IQD' => 'ع.د', 'IRR' => '﷼', + 'IRT' => 'تومان', 'ISK' => 'kr.', 'JEP' => '£', 'JMD' => '$',