Skip to content

Commit

Permalink
Update location.cpp
Browse files Browse the repository at this point in the history
Added case for Palestine
  • Loading branch information
charan-003 authored Nov 15, 2024
1 parent 3acba9b commit 28114c5
Showing 1 changed file with 2 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 @@ -78,6 +78,8 @@ CountryAddressesInfo getAddresses(const Locale& locale)
return portugalAddresses;
case Locale::he_IL:
return israelAddresses;
case Locale::Ar_PS:
return palestineAddresses;
case Locale::es_MX:
return mexicoAddresses;
default:
Expand Down

0 comments on commit 28114c5

Please sign in to comment.