Skip to content

Commit

Permalink
feat: Added Israel location data (#459) (#972)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
zoearose authored Nov 1, 2024
1 parent babc1fe commit 716b6be
Show file tree
Hide file tree
Showing 3 changed files with 3,346 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/location.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ CountryAddressesInfo getAddresses(const Locale& locale)
return slovakiaAddresses;
case Locale::pt_PT:
return portugalAddresses;
case Locale::he_IL:
return israelAddresses;
default:
return usaAddresses;
}
Expand Down
Loading

0 comments on commit 716b6be

Please sign in to comment.