Replies: 4 comments 4 replies
-
The en_AU locale does not have the required mapping table here: |
Beta Was this translation helpful? Give feedback.
-
Hello @casporo Did you ever get round to doing a PR with the information mate ? If not, did you work out postcode for all states and can you share your config. |
Beta Was this translation helpful? Give feedback.
-
AI generated :)
|
Beta Was this translation helpful? Give feedback.
-
Created a PR: #3219 |
Beta Was this translation helpful? Give feedback.
-
Hi Devs,
I am an Automation QA working on a project, and we have implemented Faker JS. We implemented AU localisation though when we tried to extract postcode based on state, we could not map it to the state as our endpoint will ensure if for example the state is New South Wales, the postcode must start with 2XXX.
This is the function that we implemented:
faker.address.zipCode(state: 'NSW')
. If we do this it mentioned localisation not supported.We followed the following documentation stated here
Beta Was this translation helpful? Give feedback.
All reactions