aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Beitey <[email protected]>2017-09-08 09:53:33 +1000
committerGitHub <[email protected]>2017-09-08 09:53:33 +1000
commit526691f18a186e60240f4c80ec5aacf53b44dfd0 (patch)
tree7da5e52b0b8bf4ab1772862d2abf7faeafff9587 /lib
parent38f6a4167ed3211886d0de9b54f7d9eab45dda8e (diff)
downloadfaker-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
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/en_AU/address/postcode.js8
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###"
+ "####"
];