aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKULDIP PIPALIYA <[email protected]>2017-09-13 20:08:07 +0530
committerGitHub <[email protected]>2017-09-13 20:08:07 +0530
commit9d47fd093ddbf9bf9fee5d385d4efeb0a294dbac (patch)
tree149dc3f19ff05a19e388703ad8573002f74d9ff3
parent23c05dba7821358e6d15a540fa095e50111bb864 (diff)
downloadfaker-9d47fd093ddbf9bf9fee5d385d4efeb0a294dbac.tar.xz
faker-9d47fd093ddbf9bf9fee5d385d4efeb0a294dbac.zip
Indian postcodes are always numeric
-rw-r--r--lib/locales/en_IND/address/postcode.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locales/en_IND/address/postcode.js b/lib/locales/en_IND/address/postcode.js
index cd73ce97..26b9b99f 100644
--- a/lib/locales/en_IND/address/postcode.js
+++ b/lib/locales/en_IND/address/postcode.js
@@ -1,3 +1,3 @@
module["exports"] = [
- "?#? #?#"
+ "### ###"
];