diff options
| author | KULDIP PIPALIYA <[email protected]> | 2017-09-13 20:08:07 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-13 20:08:07 +0530 |
| commit | 9d47fd093ddbf9bf9fee5d385d4efeb0a294dbac (patch) | |
| tree | 149dc3f19ff05a19e388703ad8573002f74d9ff3 | |
| parent | 23c05dba7821358e6d15a540fa095e50111bb864 (diff) | |
| download | faker-9d47fd093ddbf9bf9fee5d385d4efeb0a294dbac.tar.xz faker-9d47fd093ddbf9bf9fee5d385d4efeb0a294dbac.zip | |
Indian postcodes are always numeric
| -rw-r--r-- | lib/locales/en_IND/address/postcode.js | 2 |
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"] = [ - "?#? #?#" + "### ###" ]; |
