Skip to content

Commit 717f6e0

Browse files
authored
Add phone_number.country_code and address.full_address in locale sv (#2965)
* add phone_number.country_code i locale sv * add address.full_address i locale sv
1 parent 21cdb13 commit 717f6e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/locales/sv.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ sv:
2424
secondary_address: ['Lgh. ###', 'Hus ###']
2525
street_address:
2626
- "#{street_name} #{building_number}"
27+
full_address:
28+
- "#{street_address}, #{postcode} #{city}"
2729
default_country: [Sverige]
2830
default_country_code: ["SE"]
2931

@@ -61,6 +63,8 @@ sv:
6163
- "#{prefix} #{first_name} #{last_name}"
6264

6365
phone_number:
66+
country_code:
67+
- '46'
6468
formats: ['####-#####', '####-######']
6569
cell_phone:
6670
formats:

0 commit comments

Comments
 (0)