From 53441b77731f9d15bb7823de8050a18ecbbbe22a Mon Sep 17 00:00:00 2001 From: krpogorzelski <99342157+krpogorzelski@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:42:54 +0100 Subject: [PATCH] refactor(locale): update Polish city name (#3306) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update city_name.ts In accordance with the regulation of the Minister of Internal Affairs and Administration of 29 December 2015, the name of the city "Stargard Szczeciński" is changed to "Stargard". * Update city_name.ts --------- Co-authored-by: ST-DDT --- src/locales/pl/location/city_name.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/pl/location/city_name.ts b/src/locales/pl/location/city_name.ts index 9ecc9455509..b65c701f7d9 100644 --- a/src/locales/pl/location/city_name.ts +++ b/src/locales/pl/location/city_name.ts @@ -689,7 +689,7 @@ export default [ 'Sośnicowice', 'Stalowa Wola', 'Starachowice', - 'Stargard Szczeciński', + 'Stargard', 'Starogard Gdański', 'Stary Sącz', 'Staszów',