Skip to content

Commit

Permalink
Add full_address to Ukrainian locale (#2176)
Browse files Browse the repository at this point in the history
According to DSTU 4163
Fixes Faker::Address.full_address crash
  • Loading branch information
Ptico authored Oct 23, 2020
1 parent a905527 commit 0ab96eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/locales/uk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ uk:
- "#{masculine_street_prefix} #{masculine_street_title}"
street_address:
- "#{street_name}, #{building_number}"
full_address:
- "#{street_address}, #{city}, #{state}, #{postcode}"
default_country: [Україна]

internet:
Expand Down

0 comments on commit 0ab96eb

Please sign in to comment.