Skip to content

Commit

Permalink
Merge pull request RubyMoney#589 from yltsrc/byn
Browse files Browse the repository at this point in the history
add new belarus currency
  • Loading branch information
semmons99 committed Dec 24, 2015
2 parents e2b7aeb + b14273f commit 9be1156
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion config/currency_iso.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,24 @@
"iso_numeric": "072",
"smallest_denomination": 5
},
"byr": {
"byn": {
"priority": 100,
"iso_code": "BYN",
"name": "Belarusian Ruble",
"symbol": "Br",
"disambiguate_symbol": "BYN",
"alternate_symbols": ["бел. руб.", "б.р.", "руб.", "р."],
"subunit": "Kapeyka",
"subunit_to_unit": 100,
"symbol_first": false,
"html_entity": "",
"decimal_mark": ",",
"thousands_separator": " ",
"iso_numeric": "933",
"smallest_denomination": 1
},
"byr": {
"priority": 50,
"iso_code": "BYR",
"name": "Belarusian Ruble",
"symbol": "Br",
Expand Down

0 comments on commit 9be1156

Please sign in to comment.