From cfdfae2470f0963342a2bbff9f0151bf8a49fd49 Mon Sep 17 00:00:00 2001 From: Bhavansathru <122002510+Bhavan23@users.noreply.github.com> Date: Fri, 24 Oct 2025 13:05:57 +0530 Subject: [PATCH] feat(geo): Add Kosovo(XK) country details to country_info.json (#34476) --- frappe/geo/country_info.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/frappe/geo/country_info.json b/frappe/geo/country_info.json index da8a80c9c6..7a1a4fa3b2 100644 --- a/frappe/geo/country_info.json +++ b/frappe/geo/country_info.json @@ -2988,6 +2988,19 @@ ], "isd": "+260" }, + "Kosovo": { + "code": "xk", + "currency": "EUR", + "currency_fraction": "Cent", + "currency_fraction_units": 100, + "currency_name": "Euro", + "currency_symbol": "€", + "number_format": "#,###.##", + "timezones": [ + "Europe/Belgrade" + ], + "isd": "+383" + }, "Zimbabwe": { "code": "zw", "currency": "ZWL",