diff options
| author | krpogorzelski <[email protected]> | 2024-12-02 10:42:54 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-02 09:42:54 +0000 |
| commit | 53441b77731f9d15bb7823de8050a18ecbbbe22a (patch) | |
| tree | 3b2c1396e00d8a13edff540e901b5081710cb9ea /src/locales | |
| parent | 7d59cd9bfbfebaccc93811a50cc698e46e6c862b (diff) | |
| download | faker-53441b77731f9d15bb7823de8050a18ecbbbe22a.tar.xz faker-53441b77731f9d15bb7823de8050a18ecbbbe22a.zip | |
refactor(locale): update Polish city name (#3306)
* 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 <[email protected]>
Diffstat (limited to 'src/locales')
| -rw-r--r-- | src/locales/pl/location/city_name.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locales/pl/location/city_name.ts b/src/locales/pl/location/city_name.ts index 9ecc9455..b65c701f 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', |
