Merge pull request #10206 from Almaz/Russian-Ruble-symbol

​Russian ruble symbol
This commit is contained in:
Mike Jolley 2016-01-28 11:01:55 +00:00
commit 67521b7475
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ function get_woocommerce_currency_symbol( $currency = '' ) {
'PYG' => '₲', 'PYG' => '₲',
'RMB' => '¥', 'RMB' => '¥',
'RON' => 'lei', 'RON' => 'lei',
'RUB' => 'руб.', 'RUB' => '₽',
'SAR' => 'ر.س', 'SAR' => 'ر.س',
'SEK' => 'kr', 'SEK' => 'kr',
'SGD' => '$', 'SGD' => '$',