Skip to content

Commit e4865df

Browse files
authored
fix(locale): improve Swedish phone numbers format (#2520)
1 parent e0ba50b commit e4865df

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,31 @@
1-
export default ['####-#####', '####-######'];
1+
export default [
2+
// mobile
3+
'070#######',
4+
'+4670#######',
5+
'072#######',
6+
'+4672#######',
7+
'073#######',
8+
'+4673#######',
9+
'076#######',
10+
'+4676#######',
11+
'079#######',
12+
'+4679#######',
13+
14+
// landline
15+
'01#####',
16+
'+461#####',
17+
'02######',
18+
'+462######',
19+
'03#######',
20+
'+463#######',
21+
'04########',
22+
'+464########',
23+
'05#####',
24+
'+465#####',
25+
'06######',
26+
'+466######',
27+
'08#######',
28+
'+468#######',
29+
'09########',
30+
'+469########',
31+
];

0 commit comments

Comments
 (0)