http://www.xe.com/currency/byr-belarusian-ruble
http://en.wikipedia.org/wiki/Belarusian_ruble

<?php
    'BYR' => array(
      'code' => 'BYR',
      'symbol' => 'руб.',
      'name' => t('Belarusian ruble'),
      'numeric_code' => '974',
      'symbol_placement' => 'after',
      'code_placement' => '',
      'minor_unit' => '',
      'major_unit' => t('Ruble'),
    ),
?>
CommentFileSizeAuthor
#3 1439598.byr_.patch716 bytesrszrama

Comments

rszrama’s picture

Just to confirm, if you were browsing a Belarusian website, you would expect to see prices formatted like this:

400 руб.

Is that right?

dgastudio’s picture

yes!

rszrama’s picture

Status: Active » Fixed
StatusFileSize
new716 bytes

Ahh, in fact, I found examples at http://suseki.shop.by/, which also shows that the thousands separator should be a space instead of a comma. Adding it in, look for it in the next release. : )

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.