-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add location addresses data from Israel #459
Comments
hey @cieslarmichal I think as a first contribution I will start with this issue . I just wanted to ask how do fetch all the cities, states, prefixes accurately ? Like is there any specific website /api through which gather all this info ? |
Hello, here you go: |
Consider giving a star to the repository to make this project more popular 🌟 |
hey @cieslarmichal could you tell me what do these folders mean ? Like what does the "he" folder here contain ? |
He is for hebrew language - Israel. It contains all location data needed here. |
do u have a reference of the same as well ? Like you mentioned he is for hebrew , similarly other folders also mean something or the other , so u like do have a file containing all such stuff/mappings ? It would be great in that case |
In fakerjs in each folder there is a metadata file which contains info which country and language it s about, but I am now aware of general mapping for list of countries |
@cieslarmichal what files are expected in israel folder in /location/data/israel ? Israelcities , Israelstates and ? . Should i take up all the related files in fakerjs he folder ? https://github.com/faker-js/faker/tree/next/src/locales/he/location |
Look for example in https://github.com/cieslarmichal/faker-cxx/tree/main/src/modules/location/data/poland |
@cieslarmichal Vscode is not rendering the hebrew names properly on my system . I actually wanted to add double quotes to all names as per done in all the files and while doing so I realized that some of the names are not getting rendered properly . Any suggestions on this ? |
Yes, what file encoding do you have in your file? It should be utf8 as I remember |
Its UTF-8 itself . How do you double quote entire ts file ? Any specific method that u use ? |
I dont uderstand it I guess, could you give me more detailed explaination? With examples etc |
Can i dm you on discord ? |
Sure |
Could I work on this? |
Sure go ahead! Assigned |
* Update location.cpp * Update location_data.h * Update location_test.cpp * Run format_code script fix: typos & formatting issues due to the language being read Right to Left * Update location_test.cpp * Add Israel data to switch case * fix: location_test.cpp
* feat: Added Israel location data (#459) * Update location.cpp * Update location_data.h * Update location_test.cpp * Run format_code script fix: typos & formatting issues due to the language being read Right to Left * Update location_test.cpp * Add Israel data to switch case * fix: location_test.cpp * fix: add build artifacts to .gitignore and remove from tracking chore: remove temporary test log files from commit
No description provided.
The text was updated successfully, but these errors were encountered: