From 1cb65394a4aa1192e8e4a28d8ab5be6fb2e5bd44 Mon Sep 17 00:00:00 2001 From: Almaz Mannanov Date: Wed, 27 Jan 2016 20:22:43 +0300 Subject: [PATCH] Update wc-core-functions.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ​Russian ruble has its own symbol. --- includes/wc-core-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/wc-core-functions.php b/includes/wc-core-functions.php index ef769007a52..5e6458ed139 100644 --- a/includes/wc-core-functions.php +++ b/includes/wc-core-functions.php @@ -378,7 +378,7 @@ function get_woocommerce_currency_symbol( $currency = '' ) { 'PYG' => '₲', 'RMB' => '¥', 'RON' => 'lei', - 'RUB' => 'руб.', + 'RUB' => '₽', 'SAR' => 'ر.س', 'SEK' => 'kr', 'SGD' => '$',