From d3da57cee2364ed92bf297554bf00a3b86f51443 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 20 Aug 2022 19:51:04 +0530 Subject: [PATCH] fix: Turkey number format corrected (#17886) (#17888) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit b0a808b2c4c156c8374664f32b8a1a0106eb3b90) Co-authored-by: Türker Tunalı [skip ci] --- frappe/geo/country_info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/geo/country_info.json b/frappe/geo/country_info.json index ed44b1c7f8..f308dc63e3 100644 --- a/frappe/geo/country_info.json +++ b/frappe/geo/country_info.json @@ -2723,7 +2723,7 @@ "currency_fraction": "Kuru\u015f", "currency_fraction_units": 100, "currency_symbol": "\u20ba", - "number_format": "#,###.##", + "number_format": "#.###,##", "timezones": [ "Europe/Istanbul" ],