aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorihmpavel <[email protected]>2023-07-21 09:55:22 +0200
committerGitHub <[email protected]>2023-07-21 07:55:22 +0000
commit37898ca78bae0a516a03c4ecd053bfab523df2ed (patch)
tree509c209719913cf4a1aa9c33c862c631536d7d86 /src
parent7a4bb43f56c22578e63d02954586a001384d9af2 (diff)
downloadfaker-37898ca78bae0a516a03c4ecd053bfab523df2ed.tar.xz
faker-37898ca78bae0a516a03c4ecd053bfab523df2ed.zip
fix(location): Czech postcode format (#2268)
Diffstat (limited to 'src')
-rw-r--r--src/locales/cs_CZ/location/postcode.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locales/cs_CZ/location/postcode.ts b/src/locales/cs_CZ/location/postcode.ts
index a1ffc2d1..1b75ed6a 100644
--- a/src/locales/cs_CZ/location/postcode.ts
+++ b/src/locales/cs_CZ/location/postcode.ts
@@ -1 +1 @@
-export default ['#####', '### ##', '###-##'];
+export default ['#####', '### ##'];