-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak es-MX locale data for addresses (#727)
* Upcase Address#building_number S/N and remove duplicated entries in es-MX.yml * Add countries and country abbreviations for es-MX locale * Allow for empty collections without failing e.g. ```yml --- es-MX: faker: address: city_prefix: [] ``` ```ruby Faker::Addess.city_prefix ``` * Add option to suffix city with state for es-MX * Add address.time_zone to es-MX locale * Add several secondary_address options to es-MX locale Uses bothify method to allow for interior/apartment numbers using letters and numbers e.g. A1
- Loading branch information
Showing
4 changed files
with
32 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters