We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ba50b commit e4865dfCopy full SHA for e4865df
1 file changed
src/locales/sv/phone_number/formats.ts
@@ -1 +1,31 @@
1
-export default ['####-#####', '####-######'];
+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