diff options
| author | ihmpavel <[email protected]> | 2023-07-21 09:55:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-21 07:55:22 +0000 |
| commit | 37898ca78bae0a516a03c4ecd053bfab523df2ed (patch) | |
| tree | 509c209719913cf4a1aa9c33c862c631536d7d86 | |
| parent | 7a4bb43f56c22578e63d02954586a001384d9af2 (diff) | |
| download | faker-37898ca78bae0a516a03c4ecd053bfab523df2ed.tar.xz faker-37898ca78bae0a516a03c4ecd053bfab523df2ed.zip | |
fix(location): Czech postcode format (#2268)
| -rw-r--r-- | src/locales/cs_CZ/location/postcode.ts | 2 |
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 ['#####', '### ##']; |
