Skip to content

Commit

Permalink
Add phone_number.country_code and address.full_address in locale sv (#…
Browse files Browse the repository at this point in the history
…2965)

* add phone_number.country_code i locale sv

* add address.full_address i locale sv
  • Loading branch information
larkro authored Jun 11, 2024
1 parent 21cdb13 commit 717f6e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/locales/sv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ sv:
secondary_address: ['Lgh. ###', 'Hus ###']
street_address:
- "#{street_name} #{building_number}"
full_address:
- "#{street_address}, #{postcode} #{city}"
default_country: [Sverige]
default_country_code: ["SE"]

Expand Down Expand Up @@ -61,6 +63,8 @@ sv:
- "#{prefix} #{first_name} #{last_name}"

phone_number:
country_code:
- '46'
formats: ['####-#####', '####-######']
cell_phone:
formats:
Expand Down

0 comments on commit 717f6e0

Please sign in to comment.