From 9e6a9a61df8af8722b86bce25327c65fa0a03c67 Mon Sep 17 00:00:00 2001 From: Metal Monkey Date: Wed, 20 Nov 2024 22:10:59 +0400 Subject: [PATCH] Fixed Russian geo data modified: frappe/geo/country_info.json modified: frappe/geo/languages.json --- frappe/geo/country_info.json | 3 +++ frappe/geo/languages.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frappe/geo/country_info.json b/frappe/geo/country_info.json index 1e4d4fa443e6..9df72915a063 100644 --- a/frappe/geo/country_info.json +++ b/frappe/geo/country_info.json @@ -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" }, diff --git a/frappe/geo/languages.json b/frappe/geo/languages.json index 09bf56910b06..e0c0e0ad1a23 100644 --- a/frappe/geo/languages.json +++ b/frappe/geo/languages.json @@ -253,7 +253,7 @@ }, { "code": "ru", - "name": "\u0440\u0443\u0441\u0441\u043a\u0438\u0439" + "name": "\u0420\u0443\u0441\u0441\u043a\u0438\u0439" }, { "code": "rw",