diff options
| author | Matt Mayer <[email protected]> | 2024-12-08 01:58:47 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-07 18:58:47 +0000 |
| commit | e5eec0ed848d298ccba1d6db9392a507c5ce2bc4 (patch) | |
| tree | e7d9a2ca2920a0f27401761c4e609ac04f6d7f17 /src/locales/nl | |
| parent | c9284dc210b78ef289eb1967bd1e6d76be0e27aa (diff) | |
| download | faker-e5eec0ed848d298ccba1d6db9392a507c5ce2bc4.tar.xz faker-e5eec0ed848d298ccba1d6db9392a507c5ce2bc4.zip | |
refactor(locale): fix various locale data with trailing spaces (#3329)
* fix: fix various locale data with trailing spaces
in the case of ar/location/state and hr/location/street_name, this was also a duplicate of a line without a space, so removed.
* Delete test file
Diffstat (limited to 'src/locales/nl')
| -rw-r--r-- | src/locales/nl/location/city_prefix.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locales/nl/location/city_prefix.ts b/src/locales/nl/location/city_prefix.ts index 12029d63..7c5db93c 100644 --- a/src/locales/nl/location/city_prefix.ts +++ b/src/locales/nl/location/city_prefix.ts @@ -414,7 +414,7 @@ export default [ 'Dellen', 'Delwijnen', 'Demen', - 'Den ', + 'Den', 'Deursen', 'Deuteren', 'Deventer', |
