Skip to content

Commit

Permalink
feat: Added Slovakia location data (#944)
Browse files Browse the repository at this point in the history
* feat: Added Slovakia location data

* fix: Improve test to allow multiple word street names and added coverage for suffixes
  • Loading branch information
dkorecko authored Oct 4, 2024
1 parent c33908d commit 9ccf41f
Show file tree
Hide file tree
Showing 3 changed files with 1,051 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 @@ -68,6 +68,8 @@ CountryAddressesInfo getAddresses(const Locale& locale)
return estoniaAddresses;
case Locale::en_GB:
return unitedkingdomAddresses;
case Locale::sk_SK:
return slovakiaAddresses;
default:
return usaAddresses;
}
Expand Down
Loading

0 comments on commit 9ccf41f

Please sign in to comment.