telephone_number 1.3.4 → 1.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/geocoding/en/249.dat +0 -0
- data/data/geocoding/en/249.txt +7 -0
- data/data/geocoding/en/54.dat +0 -0
- data/data/geocoding/en/54.txt +29 -19
- data/data/geocoding/en/55.dat +0 -0
- data/data/geocoding/en/55.txt +303 -3842
- data/data/geocoding/en/686.dat +0 -0
- data/data/geocoding/en/686.txt +14 -20
- data/data/geocoding/en/86.dat +0 -0
- data/data/geocoding/en/86.txt +3932 -28641
- data/data/geocoding/en/90.dat +0 -0
- data/data/geocoding/en/90.txt +1 -0
- data/data/geocoding/en/95.dat +0 -0
- data/data/geocoding/en/95.txt +27 -0
- data/data/geocoding/es/54.dat +0 -0
- data/data/geocoding/es/54.txt +29 -19
- data/data/geocoding/pt/55.dat +0 -0
- data/data/geocoding/pt/55.txt +303 -3842
- data/data/geocoding/tr/90.dat +0 -0
- data/data/geocoding/tr/90.txt +1 -0
- data/data/geocoding/zh/86.dat +0 -0
- data/data/geocoding/zh/86.txt +3932 -28641
- data/data/telephone_number_data_file.dat +0 -0
- data/data/telephone_number_data_file.xml +6202 -5752
- data/data/timezones/map_data.dat +0 -0
- data/data/timezones/map_data.txt +182 -786
- data/lib/importers/test_data_importer.rb +1 -1
- data/lib/telephone_number/version.rb +1 -1
- metadata +2 -48
- data/data/geocoding/ar/82.dat +0 -0
- data/data/geocoding/ar/82.txt +0 -34
- data/data/geocoding/bg/82.dat +0 -0
- data/data/geocoding/bg/82.txt +0 -34
- data/data/geocoding/ca/82.dat +0 -0
- data/data/geocoding/ca/82.txt +0 -34
- data/data/geocoding/cs/82.dat +0 -0
- data/data/geocoding/cs/82.txt +0 -35
- data/data/geocoding/el/82.dat +0 -0
- data/data/geocoding/el/82.txt +0 -28
- data/data/geocoding/es/82.dat +0 -0
- data/data/geocoding/es/82.txt +0 -33
- data/data/geocoding/fi/82.dat +0 -0
- data/data/geocoding/fi/82.txt +0 -34
- data/data/geocoding/fr/82.dat +0 -0
- data/data/geocoding/fr/82.txt +0 -33
- data/data/geocoding/hi/82.dat +0 -0
- data/data/geocoding/hi/82.txt +0 -36
- data/data/geocoding/hu/82.dat +0 -0
- data/data/geocoding/hu/82.txt +0 -35
- data/data/geocoding/iw/82.dat +0 -0
- data/data/geocoding/iw/82.txt +0 -37
- data/data/geocoding/ja/82.dat +0 -0
- data/data/geocoding/ja/82.txt +0 -35
- data/data/geocoding/pl/82.dat +0 -0
- data/data/geocoding/pl/82.txt +0 -33
- data/data/geocoding/pt/82.dat +0 -0
- data/data/geocoding/pt/82.txt +0 -34
- data/data/geocoding/ro/82.dat +0 -0
- data/data/geocoding/ro/82.txt +0 -29
- data/data/geocoding/ru/82.dat +0 -0
- data/data/geocoding/ru/82.txt +0 -34
- data/data/geocoding/sl/82.dat +0 -0
- data/data/geocoding/sl/82.txt +0 -17
- data/data/geocoding/sr/82.dat +0 -0
- data/data/geocoding/sr/82.txt +0 -23
- data/data/geocoding/tr/82.dat +0 -0
- data/data/geocoding/tr/82.txt +0 -35
- data/data/geocoding/uk/82.dat +0 -0
- data/data/geocoding/uk/82.txt +0 -34
- data/data/geocoding/vi/82.dat +0 -0
- data/data/geocoding/vi/82.txt +0 -33
- data/data/geocoding/zh/82.dat +0 -0
- data/data/geocoding/zh/82.txt +0 -35
- data/data/geocoding/zh_Hant/82.dat +0 -0
- data/data/geocoding/zh_Hant/82.txt +0 -35
@@ -7,7 +7,7 @@ module TelephoneNumber
|
|
7
7
|
URL = "https://libphonenumber.appspot.com/phonenumberparser?number=%s&country=%s".freeze
|
8
8
|
COUNTRIES = {
|
9
9
|
AE: %w(971529933171 971553006144 971551000291),
|
10
|
-
AR: %w(
|
10
|
+
AR: %w(299154104587 1143211200),
|
11
11
|
AU: %w(0467703037),
|
12
12
|
BE: %w(32498485960 32477702206 32474095692),
|
13
13
|
BO: %w(59178500348 59178006138 59178006139),
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: telephone_number
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MOBI Wireless Management
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -157,22 +157,14 @@ files:
|
|
157
157
|
- Rakefile
|
158
158
|
- bin/console
|
159
159
|
- bin/setup
|
160
|
-
- data/geocoding/ar/82.dat
|
161
|
-
- data/geocoding/ar/82.txt
|
162
160
|
- data/geocoding/ar/966.dat
|
163
161
|
- data/geocoding/ar/966.txt
|
164
162
|
- data/geocoding/be/375.dat
|
165
163
|
- data/geocoding/be/375.txt
|
166
164
|
- data/geocoding/bg/359.dat
|
167
165
|
- data/geocoding/bg/359.txt
|
168
|
-
- data/geocoding/bg/82.dat
|
169
|
-
- data/geocoding/bg/82.txt
|
170
166
|
- data/geocoding/bs/387.dat
|
171
167
|
- data/geocoding/bs/387.txt
|
172
|
-
- data/geocoding/ca/82.dat
|
173
|
-
- data/geocoding/ca/82.txt
|
174
|
-
- data/geocoding/cs/82.dat
|
175
|
-
- data/geocoding/cs/82.txt
|
176
168
|
- data/geocoding/de/32.dat
|
177
169
|
- data/geocoding/de/32.txt
|
178
170
|
- data/geocoding/de/352.dat
|
@@ -185,8 +177,6 @@ files:
|
|
185
177
|
- data/geocoding/de/49.txt
|
186
178
|
- data/geocoding/el/30.dat
|
187
179
|
- data/geocoding/el/30.txt
|
188
|
-
- data/geocoding/el/82.dat
|
189
|
-
- data/geocoding/el/82.txt
|
190
180
|
- data/geocoding/en/1.dat
|
191
181
|
- data/geocoding/en/1.txt
|
192
182
|
- data/geocoding/en/20.dat
|
@@ -463,16 +453,12 @@ files:
|
|
463
453
|
- data/geocoding/es/57.txt
|
464
454
|
- data/geocoding/es/58.dat
|
465
455
|
- data/geocoding/es/58.txt
|
466
|
-
- data/geocoding/es/82.dat
|
467
|
-
- data/geocoding/es/82.txt
|
468
456
|
- data/geocoding/fa/93.dat
|
469
457
|
- data/geocoding/fa/93.txt
|
470
458
|
- data/geocoding/fa/98.dat
|
471
459
|
- data/geocoding/fa/98.txt
|
472
460
|
- data/geocoding/fi/358.dat
|
473
461
|
- data/geocoding/fi/358.txt
|
474
|
-
- data/geocoding/fi/82.dat
|
475
|
-
- data/geocoding/fi/82.txt
|
476
462
|
- data/geocoding/fr/212.dat
|
477
463
|
- data/geocoding/fr/212.txt
|
478
464
|
- data/geocoding/fr/222.dat
|
@@ -501,16 +487,10 @@ files:
|
|
501
487
|
- data/geocoding/fr/352.txt
|
502
488
|
- data/geocoding/fr/41.dat
|
503
489
|
- data/geocoding/fr/41.txt
|
504
|
-
- data/geocoding/fr/82.dat
|
505
|
-
- data/geocoding/fr/82.txt
|
506
|
-
- data/geocoding/hi/82.dat
|
507
|
-
- data/geocoding/hi/82.txt
|
508
490
|
- data/geocoding/hr/387.dat
|
509
491
|
- data/geocoding/hr/387.txt
|
510
492
|
- data/geocoding/hu/36.dat
|
511
493
|
- data/geocoding/hu/36.txt
|
512
|
-
- data/geocoding/hu/82.dat
|
513
|
-
- data/geocoding/hu/82.txt
|
514
494
|
- data/geocoding/hy/374.dat
|
515
495
|
- data/geocoding/hy/374.txt
|
516
496
|
- data/geocoding/id/62.dat
|
@@ -519,14 +499,10 @@ files:
|
|
519
499
|
- data/geocoding/it/39.txt
|
520
500
|
- data/geocoding/it/41.dat
|
521
501
|
- data/geocoding/it/41.txt
|
522
|
-
- data/geocoding/iw/82.dat
|
523
|
-
- data/geocoding/iw/82.txt
|
524
502
|
- data/geocoding/iw/972.dat
|
525
503
|
- data/geocoding/iw/972.txt
|
526
504
|
- data/geocoding/ja/81.dat
|
527
505
|
- data/geocoding/ja/81.txt
|
528
|
-
- data/geocoding/ja/82.dat
|
529
|
-
- data/geocoding/ja/82.txt
|
530
506
|
- data/geocoding/ko/82.dat
|
531
507
|
- data/geocoding/ko/82.txt
|
532
508
|
- data/geocoding/nl/31.dat
|
@@ -535,8 +511,6 @@ files:
|
|
535
511
|
- data/geocoding/nl/32.txt
|
536
512
|
- data/geocoding/pl/48.dat
|
537
513
|
- data/geocoding/pl/48.txt
|
538
|
-
- data/geocoding/pl/82.dat
|
539
|
-
- data/geocoding/pl/82.txt
|
540
514
|
- data/geocoding/pt/238.dat
|
541
515
|
- data/geocoding/pt/238.txt
|
542
516
|
- data/geocoding/pt/239.dat
|
@@ -551,14 +525,10 @@ files:
|
|
551
525
|
- data/geocoding/pt/351.txt
|
552
526
|
- data/geocoding/pt/55.dat
|
553
527
|
- data/geocoding/pt/55.txt
|
554
|
-
- data/geocoding/pt/82.dat
|
555
|
-
- data/geocoding/pt/82.txt
|
556
528
|
- data/geocoding/ro/373.dat
|
557
529
|
- data/geocoding/ro/373.txt
|
558
530
|
- data/geocoding/ro/40.dat
|
559
531
|
- data/geocoding/ro/40.txt
|
560
|
-
- data/geocoding/ro/82.dat
|
561
|
-
- data/geocoding/ro/82.txt
|
562
532
|
- data/geocoding/ru/373.dat
|
563
533
|
- data/geocoding/ru/373.txt
|
564
534
|
- data/geocoding/ru/374.dat
|
@@ -567,10 +537,6 @@ files:
|
|
567
537
|
- data/geocoding/ru/375.txt
|
568
538
|
- data/geocoding/ru/7.dat
|
569
539
|
- data/geocoding/ru/7.txt
|
570
|
-
- data/geocoding/ru/82.dat
|
571
|
-
- data/geocoding/ru/82.txt
|
572
|
-
- data/geocoding/sl/82.dat
|
573
|
-
- data/geocoding/sl/82.txt
|
574
540
|
- data/geocoding/sq/383.dat
|
575
541
|
- data/geocoding/sq/383.txt
|
576
542
|
- data/geocoding/sr/381.dat
|
@@ -579,34 +545,22 @@ files:
|
|
579
545
|
- data/geocoding/sr/383.txt
|
580
546
|
- data/geocoding/sr/387.dat
|
581
547
|
- data/geocoding/sr/387.txt
|
582
|
-
- data/geocoding/sr/82.dat
|
583
|
-
- data/geocoding/sr/82.txt
|
584
548
|
- data/geocoding/sv/358.dat
|
585
549
|
- data/geocoding/sv/358.txt
|
586
550
|
- data/geocoding/sv/46.dat
|
587
551
|
- data/geocoding/sv/46.txt
|
588
552
|
- data/geocoding/th/66.dat
|
589
553
|
- data/geocoding/th/66.txt
|
590
|
-
- data/geocoding/tr/82.dat
|
591
|
-
- data/geocoding/tr/82.txt
|
592
554
|
- data/geocoding/tr/90.dat
|
593
555
|
- data/geocoding/tr/90.txt
|
594
556
|
- data/geocoding/uk/380.dat
|
595
557
|
- data/geocoding/uk/380.txt
|
596
|
-
- data/geocoding/uk/82.dat
|
597
|
-
- data/geocoding/uk/82.txt
|
598
|
-
- data/geocoding/vi/82.dat
|
599
|
-
- data/geocoding/vi/82.txt
|
600
558
|
- data/geocoding/vi/84.dat
|
601
559
|
- data/geocoding/vi/84.txt
|
602
|
-
- data/geocoding/zh/82.dat
|
603
|
-
- data/geocoding/zh/82.txt
|
604
560
|
- data/geocoding/zh/86.dat
|
605
561
|
- data/geocoding/zh/86.txt
|
606
562
|
- data/geocoding/zh/886.dat
|
607
563
|
- data/geocoding/zh/886.txt
|
608
|
-
- data/geocoding/zh_Hant/82.dat
|
609
|
-
- data/geocoding/zh_Hant/82.txt
|
610
564
|
- data/geocoding/zh_Hant/886.dat
|
611
565
|
- data/geocoding/zh_Hant/886.txt
|
612
566
|
- data/telephone_number_data_file.dat
|
data/data/geocoding/ar/82.dat
DELETED
Binary file
|
data/data/geocoding/ar/82.txt
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
# Copyright (C) 2013 The Libphonenumber Authors
|
2
|
-
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
# Generated from: Wikipedia translations of the prefixes listed:
|
16
|
-
# http://www.itu.int/oth/T0202000072/en [2004-03-01]
|
17
|
-
# http://en.wikipedia.org/wiki/+82 [390794641]
|
18
|
-
|
19
|
-
822|سول
|
20
|
-
8231|جيونجي دو
|
21
|
-
8232|مدينة إنتشيون الكبرى
|
22
|
-
8233|جانجون-دو
|
23
|
-
8241|تشانجتشيونجنام دو
|
24
|
-
8242|مدينة دايجون الكبرى
|
25
|
-
8243|تشانجتشيونج دو
|
26
|
-
8251|مدينة بوسان الكبرى
|
27
|
-
8252|مدينة أولسان الكبرى
|
28
|
-
8253|مدينة دياجو الكبرى
|
29
|
-
8254|جيونجسانجبك دو
|
30
|
-
8255|جيونسانجنام-دو
|
31
|
-
8261|جولانام-دو
|
32
|
-
8262|مدينة جوانججو الكبرى
|
33
|
-
8263|جولابوك-دو
|
34
|
-
8264|جيجو دو
|
data/data/geocoding/bg/82.dat
DELETED
Binary file
|
data/data/geocoding/bg/82.txt
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
# Copyright (C) 2016 The Libphonenumber Authors
|
2
|
-
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
# Translations of the en/82.txt file from Wikipedia.
|
16
|
-
# No translation for "Sejong City" could be found, so prefix 8244 has been
|
17
|
-
# omitted.
|
18
|
-
|
19
|
-
822|Сеул
|
20
|
-
8231|Кьонги-до
|
21
|
-
8232|Инчон
|
22
|
-
8233|Кануън-до
|
23
|
-
8241|Чхунчхън-Намдо
|
24
|
-
8242|Теджън
|
25
|
-
8243|Чхунчхън-Пукто
|
26
|
-
8251|Пусан
|
27
|
-
8252|Улсан
|
28
|
-
8253|Тегу
|
29
|
-
8254|Кьонсан-Пукто
|
30
|
-
8255|Кьонсан-Намдо
|
31
|
-
8261|Чъла-Намдо
|
32
|
-
8262|Куанджу
|
33
|
-
8263|Чъла-Пукто
|
34
|
-
8264|Чеджу-до
|
data/data/geocoding/ca/82.dat
DELETED
Binary file
|
data/data/geocoding/ca/82.txt
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
# Copyright (C) 2016 The Libphonenumber Authors
|
2
|
-
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
# Translations of the en/82.txt file from Wikipedia.
|
16
|
-
# No translation for "Sejong City" could be found, so prefix 8244 has been
|
17
|
-
# omitted.
|
18
|
-
|
19
|
-
822|Seül
|
20
|
-
8231|Gyeonggi-do
|
21
|
-
8232|Inchon
|
22
|
-
8233|Gangwon-do
|
23
|
-
8241|Chungcheongnam-do
|
24
|
-
8242|Daejeon
|
25
|
-
8243|Chungcheongbuk-do
|
26
|
-
8251|Busan
|
27
|
-
8252|Ulsan
|
28
|
-
8253|Daegu
|
29
|
-
8254|Gyeongsangbuk-do
|
30
|
-
8255|Gyeongsangnam-do
|
31
|
-
8261|Jeollanam-do
|
32
|
-
8262|Gwangju
|
33
|
-
8263|Jeollabuk-do
|
34
|
-
8264|Jeju-do
|
data/data/geocoding/cs/82.dat
DELETED
Binary file
|
data/data/geocoding/cs/82.txt
DELETED
@@ -1,35 +0,0 @@
|
|
1
|
-
# Copyright (C) 2013 The Libphonenumber Authors
|
2
|
-
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
# Translated from en/82.txt file using Wikipedia
|
16
|
-
# (http://cs.wikipedia.org/wiki/Ji%C5%BEn%C3%AD_Korea).
|
17
|
-
# Sejong was not listed, but Sedžong is apparently used on the internet.
|
18
|
-
|
19
|
-
822|Soul
|
20
|
-
8231|Gjŏnggi
|
21
|
-
8232|Inčchon
|
22
|
-
8233|Kangwon
|
23
|
-
8241|Jižní Čchungčchong
|
24
|
-
8242|Tedžon
|
25
|
-
8243|Severní Čchungčchong
|
26
|
-
8244|Sedžong
|
27
|
-
8251|Pusan
|
28
|
-
8252|Ulsan
|
29
|
-
8253|Tegu
|
30
|
-
8254|Severní Kjongsang
|
31
|
-
8255|Jižní Kjongsang
|
32
|
-
8261|Jižní Čolla
|
33
|
-
8262|Kwangdžu
|
34
|
-
8263|Severní Čolla
|
35
|
-
8264|Čedžu
|
data/data/geocoding/el/82.dat
DELETED
Binary file
|
data/data/geocoding/el/82.txt
DELETED
@@ -1,28 +0,0 @@
|
|
1
|
-
# Copyright (C) 2016 The Libphonenumber Authors
|
2
|
-
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
# Translations of the en/82.txt file from Wikipedia.
|
16
|
-
|
17
|
-
# No translations could be found for many of the prefixes, so they have
|
18
|
-
# been omitted. Missing prefixes: 41, 43, 44, 54, 55, 62, 63, 64.
|
19
|
-
|
20
|
-
822|Σεούλ
|
21
|
-
8231|Γκιόνγκι-ντο
|
22
|
-
8232|Ίντσον
|
23
|
-
8233|Γκάνγουον-ντο (Νότιας Κορέας)
|
24
|
-
8242|Ντέτζον
|
25
|
-
8251|Μπούσαν
|
26
|
-
8252|Ούλσαν
|
27
|
-
8253|Ντέγκου
|
28
|
-
8262|Γκουάνγκτζου
|
data/data/geocoding/es/82.dat
DELETED
Binary file
|
data/data/geocoding/es/82.txt
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
# Copyright (C) 2016 The Libphonenumber Authors
|
2
|
-
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
# Translations of the en/82.txt file from Wikipedia.
|
16
|
-
|
17
|
-
822|Seúl
|
18
|
-
8231|Gyeonggi
|
19
|
-
8232|Incheon
|
20
|
-
8233|Gangwon
|
21
|
-
8241|Chungcheong del Sur
|
22
|
-
8242|Daejeon
|
23
|
-
8243|Chungcheong del Norte
|
24
|
-
8244|Ciudad de Sejong
|
25
|
-
8251|Busán
|
26
|
-
8252|Ulsan
|
27
|
-
8253|Daegu
|
28
|
-
8254|Gyeongsang del Norte
|
29
|
-
8255|Gyeongsang del Sur
|
30
|
-
8261|Jeolla del Sur
|
31
|
-
8262|Gwangju
|
32
|
-
8263|Jeolla del Norte
|
33
|
-
8264|Jeju
|
data/data/geocoding/fi/82.dat
DELETED
Binary file
|
data/data/geocoding/fi/82.txt
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
# Copyright (C) 2016 The Libphonenumber Authors
|
2
|
-
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
# Translations of the en/82.txt file from Wikipedia.
|
16
|
-
# No translation for "Sejong City" could be found, so prefix 8244 has been
|
17
|
-
# omitted.
|
18
|
-
|
19
|
-
822|Soul
|
20
|
-
8231|Gyeonggi
|
21
|
-
8232|Incheon
|
22
|
-
8233|Gangwon
|
23
|
-
8241|Etelä-Chungcheong
|
24
|
-
8242|Daejeon
|
25
|
-
8243|Pohjois-Chungcheong
|
26
|
-
8251|Busan
|
27
|
-
8252|Ulsan
|
28
|
-
8253|Daegu
|
29
|
-
8254|Pohjois-Gyeongsang
|
30
|
-
8255|Etelä-Gyeongsang
|
31
|
-
8261|Etelä-Jeolla
|
32
|
-
8262|Gwangju
|
33
|
-
8263|Pohjois-Jeolla
|
34
|
-
8264|Jeju
|
data/data/geocoding/fr/82.dat
DELETED
Binary file
|
data/data/geocoding/fr/82.txt
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
# Copyright (C) 2012 The Libphonenumber Authors
|
2
|
-
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
# Translated from en/82.txt file using Wikipedia.
|
16
|
-
|
17
|
-
822|Séoul
|
18
|
-
8231|Gyeonggi
|
19
|
-
8232|Incheon
|
20
|
-
8233|Gangwon
|
21
|
-
8241|Chungcheong du Sud
|
22
|
-
8242|Daejeon
|
23
|
-
8243|Chungcheong du Nord
|
24
|
-
8244|Sejong (ville)
|
25
|
-
8251|Busan
|
26
|
-
8252|Ulsan
|
27
|
-
8253|Daegu
|
28
|
-
8254|Gyeongsang du Nord
|
29
|
-
8255|Gyeongsang du Sud
|
30
|
-
8261|Jeonranamdo
|
31
|
-
8262|Gwangju
|
32
|
-
8263|Jeonrabugdo
|
33
|
-
8264|Jejudo
|