Skip to content

Commit

Permalink
Fixed Russian geo data
Browse files Browse the repository at this point in the history
	modified:   frappe/geo/country_info.json
	modified:   frappe/geo/languages.json
  • Loading branch information
metalmon committed Nov 20, 2024
1 parent 2482f3d commit 9e6a9a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions frappe/geo/country_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2237,7 +2237,10 @@
"Russian Federation": {
"code": "ru",
"currency": "RUB",
"currency_fraction": "\u043a",
"currency_fraction_units": 100,
"currency_name": "Russian Ruble",
"currency_symbol": "",
"number_format": "#.###,##",
"isd": "+7"
},
Expand Down
2 changes: 1 addition & 1 deletion frappe/geo/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
},
{
"code": "ru",
"name": "\u0440\u0443\u0441\u0441\u043a\u0438\u0439"
"name": "\u0420\u0443\u0441\u0441\u043a\u0438\u0439"
},
{
"code": "rw",
Expand Down

0 comments on commit 9e6a9a6

Please sign in to comment.