Skip to content

Commit

Permalink
Merge pull request RubyMoney#2 from seongreen/fix-byr-alternate-sym
Browse files Browse the repository at this point in the history
Fix alternate symbols for BYR
  • Loading branch information
seongreen committed Feb 3, 2015
2 parents 5d4668d + 3b3afa4 commit 87d9c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/currency_iso.json
Expand Up @@ -357,7 +357,7 @@
"name": "Belarusian Ruble",
"symbol": "Br",
"disambiguate_symbol": "BYR",
"alternate_symbols": ["бер. руб.","руб.", "р."],
"alternate_symbols": ["бел. руб.", "б.р.", "руб.", "р."],
"subunit": null,
"subunit_to_unit": 1,
"symbol_first": false,
Expand Down

0 comments on commit 87d9c39

Please sign in to comment.