Skip to content

Commit

Permalink
Update Turkmenistan manat from TMM to TMT currency (RubyMoneyGH-181).
Browse files Browse the repository at this point in the history
TMM is kept for BC.

Thanks @Exoth
  • Loading branch information
weppos committed Jun 27, 2012
1 parent 2178526 commit 89ba651
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## master

- Update Turkmenistan manat from TMM to TMT currency (GH-181). [Thanks @Exoth]

## 5.1.0
- Switch to multi_json gem (GH-170)
- Fix "warning: ambiguous first argument..." (GH-166)
Expand Down
4 changes: 2 additions & 2 deletions config/currency.json
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,7 @@
"thousands_separator": ",",
"iso_numeric": "972"
},
"tmm": {
"tmt": {
"priority": 100,
"iso_code": "TMM",
"name": "Turkmenistani Manat",
Expand All @@ -1765,7 +1765,7 @@
"html_entity": "",
"decimal_mark": ".",
"thousands_separator": ",",
"iso_numeric": "795"
"iso_numeric": "934"
},
"tnd": {
"priority": 100,
Expand Down
13 changes: 13 additions & 0 deletions config/currency_bc.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,17 @@
"thousands_separator": ",",
"iso_numeric": "288"
}
"tmm": {
"priority": 100,
"iso_code": "TMM",
"name": "Turkmenistani Manat",
"symbol": "m",
"subunit": "Tennesi",
"subunit_to_unit": 100,
"symbol_first": false,
"html_entity": "",
"decimal_mark": ".",
"thousands_separator": ",",
"iso_numeric": "795"
},
}

0 comments on commit 89ba651

Please sign in to comment.