diff options
| author | David Beitey <[email protected]> | 2017-09-08 09:53:33 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-08 09:53:33 +1000 |
| commit | 526691f18a186e60240f4c80ec5aacf53b44dfd0 (patch) | |
| tree | 7da5e52b0b8bf4ab1772862d2abf7faeafff9587 | |
| parent | 38f6a4167ed3211886d0de9b54f7d9eab45dda8e (diff) | |
| download | faker-526691f18a186e60240f4c80ec5aacf53b44dfd0.tar.xz faker-526691f18a186e60240f4c80ec5aacf53b44dfd0.zip | |
Update Australian postcode ranges
Ranges also include 1000-1999 and 8000-9999, see https://en.wikipedia.org/wiki/Postcodes_in_Australia#Allocation
| -rw-r--r-- | lib/locales/en_AU/address/postcode.js | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/locales/en_AU/address/postcode.js b/lib/locales/en_AU/address/postcode.js index 548bbd8a..5053d539 100644 --- a/lib/locales/en_AU/address/postcode.js +++ b/lib/locales/en_AU/address/postcode.js @@ -1,9 +1,3 @@ module["exports"] = [ - "0###", - "2###", - "3###", - "4###", - "5###", - "6###", - "7###" + "####" ]; |
