telephone_number 1.4.21 → 1.4.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. checksums.yaml +5 -5
  2. data/.gitignore +2 -1
  3. data/CHANGELOG.md +6 -0
  4. data/data/geocoding/de/49.dat +0 -0
  5. data/data/geocoding/de/49.txt +6 -1
  6. data/data/geocoding/en/1.dat +0 -0
  7. data/data/geocoding/en/1.txt +46 -2
  8. data/data/geocoding/en/234.dat +0 -0
  9. data/data/geocoding/en/234.txt +2 -73
  10. data/data/geocoding/en/251.dat +0 -0
  11. data/data/geocoding/en/251.txt +1 -0
  12. data/data/geocoding/en/261.dat +0 -0
  13. data/data/geocoding/en/261.txt +1 -0
  14. data/data/geocoding/en/27.dat +0 -0
  15. data/data/geocoding/en/27.txt +1 -0
  16. data/data/geocoding/en/380.dat +0 -0
  17. data/data/geocoding/en/380.txt +1 -1
  18. data/data/geocoding/en/44.dat +0 -0
  19. data/data/geocoding/en/44.txt +1 -0
  20. data/data/geocoding/en/49.dat +0 -0
  21. data/data/geocoding/en/49.txt +6 -1
  22. data/data/geocoding/en/51.dat +0 -0
  23. data/data/geocoding/en/51.txt +2 -0
  24. data/data/geocoding/en/52.dat +0 -0
  25. data/data/geocoding/en/52.txt +3 -0
  26. data/data/geocoding/en/54.dat +0 -0
  27. data/data/geocoding/en/54.txt +1 -0
  28. data/data/geocoding/en/95.dat +0 -0
  29. data/data/geocoding/en/95.txt +1 -0
  30. data/data/geocoding/en/960.dat +0 -0
  31. data/data/geocoding/en/960.txt +1 -0
  32. data/data/geocoding/es/52.dat +0 -0
  33. data/data/geocoding/es/52.txt +3 -0
  34. data/data/geocoding/es/54.dat +0 -0
  35. data/data/geocoding/es/54.txt +1 -0
  36. data/data/geocoding/fr/243.dat +0 -0
  37. data/data/geocoding/fr/243.txt +1 -0
  38. data/data/geocoding/uk/380.dat +0 -0
  39. data/data/geocoding/uk/380.txt +1 -1
  40. data/data/telephone_number_data_file.dat +0 -0
  41. data/data/telephone_number_data_file.xml +1786 -935
  42. data/data/timezones/map_data.txt +33 -51
  43. data/lib/importers/test_data_importer.rb +4 -3
  44. data/lib/telephone_number/version.rb +1 -1
  45. metadata +4 -12
  46. data/data/geocoding/en/33.dat +0 -0
  47. data/data/geocoding/en/33.txt +0 -13856
  48. data/data/geocoding/en/372.dat +0 -0
  49. data/data/geocoding/en/372.txt +0 -35
  50. data/data/geocoding/en/60.dat +0 -0
  51. data/data/geocoding/en/60.txt +0 -4004
  52. data/data/geocoding/fr/33.dat +0 -0
  53. data/data/geocoding/fr/33.txt +0 -13856
  54. data/data/timezones/map_data.dat +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 76b14646f19def5ee2c740be993414f4161d0c8825e8b81f9d020b962bd824d6
4
- data.tar.gz: e345ae017ed63a05563c4d6c1d574dea4528daf90e9049ea04a04a6ea3fef07b
2
+ SHA1:
3
+ metadata.gz: 872b9bea92249a75337fe6f31b980b613065ea83
4
+ data.tar.gz: 19f357df8d601b6f3c6d072e84b443cbbd687e6b
5
5
  SHA512:
6
- metadata.gz: d9d3028924e01f0c2d289fac705fb7367d69579bbf4a9ff62724813ca3b1d53c5aac593bea30e3addeea340dac99c32ec7d265ce1cc46706e64e0226086cc9ff
7
- data.tar.gz: 821f0def76dcfd00e2b66083ef9f5358daaaa83c98813c3729cc3102d5b586739f6406b97cc6cec943440816282d2a57899d59d288dbe8659c69610dfac7537e
6
+ metadata.gz: c8a0c35d9318c09508d31b9da04f5de0b2d342f34989180eb38618ac9ec92d18caee1ac539e7f194429e6c7e2fc194cf9d20fbbbe9139368e9ea6e5a7eb3357f
7
+ data.tar.gz: '02282df600f628fe918f49f96d62c46425c336efe2d748a33b1f864d28d152d0453fc33082924f0c14dcbc11aab6cf79e5667d64d43c5c1f3ad63280bed91d8a'
data/.gitignore CHANGED
@@ -14,4 +14,5 @@
14
14
  .ruby-gemset
15
15
  .rvmrc
16
16
  .idea
17
-
17
+ .DS_Store
18
+ */.DS_Store
data/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Changelog
2
2
  All notable changes to this project are documented here.
3
3
 
4
+ ## v1.4.23 - 2025-03-18
5
+ * Bring data up to date with [upstream](https://github.com/google/libphonenumber/releases/tag/v9.0.1).
6
+
7
+ ## v1.4.22 - 2024-10-18
8
+ * Bring data up to date with [upstream](https://github.com/google/libphonenumber/releases/tag/v8.13.47).
9
+
4
10
  ## v1.4.21 - 2024-02-28
5
11
  * Bring data up to date with [upstream](https://github.com/google/libphonenumber/releases/tag/v8.13.31).
6
12
 
Binary file
@@ -332,7 +332,7 @@
332
332
  492623|Ransbach-Baumbach
333
333
  492624|Höhr-Grenzhausen
334
334
  492625|Ochtendung
335
- 492626|Selters Westferwald
335
+ 492626|Selters Westerwald
336
336
  492627|Braubach
337
337
  492628|Rhens
338
338
  492630|Mülheim-Kärlich
@@ -3258,6 +3258,11 @@
3258
3258
  496207|Wald-Michelbach
3259
3259
  496209|Mörlenbach
3260
3260
  49621|Mannheim
3261
+ 496215|Ludwigshafen
3262
+ 496216|Ludwigshafen
3263
+ 4962195|Ludwigshafen
3264
+ 4962196|Ludwigshafen
3265
+ 4962199|Ludwigshafen
3261
3266
  496220|Wilhelmsfeld
3262
3267
  496221|Heidelberg
3263
3268
  496222|Wiesloch
Binary file
@@ -2334,6 +2334,7 @@
2334
2334
  1231995|Traverse City, MI
2335
2335
  1234|Ohio
2336
2336
  1234678|Akron, OH
2337
+ 1235|Missouri
2337
2338
  1236|British Columbia
2338
2339
  1239|Florida
2339
2340
  1239200|Naples, FL
@@ -3807,6 +3808,7 @@
3807
3808
  1270982|Elizabethtown, KY
3808
3809
  1270988|Salem, KY
3809
3810
  1272|Pennsylvania
3811
+ 1274|Wisconsin
3810
3812
  1276|Virginia
3811
3813
  1276223|Wytheville, VA
3812
3814
  1276228|Wytheville, VA
@@ -4854,34 +4856,62 @@
4854
4856
  1304983|Morgantown, WV
4855
4857
  1304984|Charleston, WV
4856
4858
  1304986|Mannington, WV
4857
- 1305|Florida
4859
+ 1305200|Florida
4860
+ 1305201|Florida
4861
+ 1305202|Florida
4862
+ 1305203|Florida
4863
+ 1305204|Florida
4864
+ 1305205|Florida
4865
+ 1305206|Florida
4858
4866
  1305207|Miami, FL
4867
+ 1305208|Florida
4868
+ 130521|Florida
4859
4869
  130522|Miami, FL
4870
+ 1305224|Florida
4871
+ 1305230|Florida
4860
4872
  1305231|Hialeah, FL
4861
4873
  1305232|Miami, FL
4862
4874
  1305233|Miami, FL
4863
4875
  1305234|Miami, FL
4864
4876
  1305235|Miami, FL
4877
+ 1305236|Florida
4878
+ 1305237|Florida
4865
4879
  1305238|Miami, FL
4880
+ 1305239|Florida
4881
+ 1305240|Florida
4882
+ 1305241|Florida
4866
4883
  1305242|Homestead, FL
4867
4884
  1305243|Miami, FL
4885
+ 1305244|Florida
4868
4886
  1305245|Homestead, FL
4869
4887
  1305246|Homestead, FL
4870
4888
  1305247|Homestead, FL
4871
4889
  1305248|Homestead, FL
4872
4890
  1305249|Miami, FL
4873
4891
  130525|Miami, FL
4892
+ 1305250|Florida
4874
4893
  1305257|Homestead, FL
4875
4894
  1305258|Homestead, FL
4876
4895
  130526|Miami, FL
4896
+ 1305268|Florida
4877
4897
  130527|Miami, FL
4898
+ 1305272|Florida
4899
+ 1305276|Florida
4900
+ 1305277|Florida
4901
+ 130528|Florida
4878
4902
  1305285|Miami, FL
4879
4903
  1305289|Marathon, FL
4904
+ 1305290|Florida
4905
+ 1305291|Florida
4880
4906
  1305292|Key West, FL
4881
4907
  1305293|Key West, FL
4882
4908
  1305294|Key West, FL
4883
4909
  1305295|Key West, FL
4884
4910
  1305296|Key West, FL
4911
+ 1305297|Florida
4912
+ 1305298|Florida
4913
+ 1305299|Florida
4914
+ 13053|Florida
4885
4915
  1305324|Miami, FL
4886
4916
  1305325|Miami, FL
4887
4917
  1305326|Miami, FL
@@ -4899,6 +4929,7 @@
4899
4929
  130538|Miami, FL
4900
4930
  1305392|Miami, FL
4901
4931
  1305397|Miami Beach, FL
4932
+ 13054|Florida
4902
4933
  1305400|Miami, FL
4903
4934
  1305406|Doral, FL
4904
4935
  1305408|Miami, FL
@@ -4913,6 +4944,7 @@
4913
4944
  1305460|Coral Gables, FL
4914
4945
  1305480|Miami, FL
4915
4946
  1305485|Miami, FL
4947
+ 13055|Florida
4916
4948
  1305512|Hialeah, FL
4917
4949
  1305513|Doral, FL
4918
4950
  1305525|Miami, FL
@@ -4939,6 +4971,7 @@
4939
4971
  1305595|Miami, FL
4940
4972
  1305596|Miami, FL
4941
4973
  1305598|Miami, FL
4974
+ 13056|Florida
4942
4975
  1305603|Miami, FL
4943
4976
  1305604|Miami Beach, FL
4944
4977
  130563|Miami, FL
@@ -4965,12 +4998,14 @@
4965
4998
  1305695|Miami Beach, FL
4966
4999
  1305696|Miami, FL
4967
5000
  1305698|Hialeah, FL
5001
+ 13057|Florida
4968
5002
  1305718|Doral, FL
4969
5003
  1305743|Marathon, FL
4970
5004
  1305745|Summerland Key, FL
4971
5005
  130575|Miami, FL
4972
5006
  1305770|Miami, FL
4973
5007
  1305789|Miami, FL
5008
+ 13058|Florida
4974
5009
  1305809|Key West, FL
4975
5010
  1305817|Hialeah, FL
4976
5011
  1305818|Hialeah, FL
@@ -4994,6 +5029,7 @@
4994
5029
  1305893|North Miami, FL
4995
5030
  1305895|North Miami, FL
4996
5031
  1305899|North Miami, FL
5032
+ 13059|Florida
4997
5033
  1305913|Miami, FL
4998
5034
  1305953|Opa-locka, FL
4999
5035
  1305960|Miami, FL
@@ -6967,6 +7003,7 @@
6967
7003
  1325947|San Angelo, TX
6968
7004
  1325949|San Angelo, TX
6969
7005
  1326|Ohio
7006
+ 1327|Arkansas
6970
7007
  1329|New York
6971
7008
  1330|Ohio
6972
7009
  1330220|Brunswick, OH
@@ -7574,8 +7611,12 @@
7574
7611
  1339|Massachusetts
7575
7612
  1340200|Chtamstths, VI
7576
7613
  1340203|Chtamstths, VI
7614
+ 1340204|Chtamstths, VI
7615
+ 1340205|Chtamstths, VI
7577
7616
  1340206|St. Croix, VI
7617
+ 1340207|Chtamstths, VI
7578
7618
  1340208|St. Croix, VI
7619
+ 1340209|Chtamstths, VI
7579
7620
  1340423|Chtamstths, VI
7580
7621
  134044|Chtamstths, VI
7581
7622
  1340725|Chtamstths, VI
@@ -7590,7 +7631,7 @@
7590
7631
  13457|Cayman Islands
7591
7632
  134580|Cayman Islands
7592
7633
  134581|Cayman Islands
7593
- 1345848|Cayman Islands
7634
+ 134584|Cayman Islands
7594
7635
  134588|Cayman Islands
7595
7636
  1345914|Cayman Islands
7596
7637
  134594|Cayman Islands
@@ -24774,6 +24815,7 @@
24774
24815
  1807854|Geraldton, ON
24775
24816
  1807876|Longlac, ON
24776
24817
  1807887|Nipigon, ON
24818
+ 1807933|Kaministiquia, ON
24777
24819
  1807934|Ignace, ON
24778
24820
  1807937|Oxdrift, ON
24779
24821
  1807939|Thunder Bay, ON
@@ -27963,6 +28005,7 @@
27963
28005
  1873|Quebec
27964
28006
  1876957|Negril
27965
28007
  1878|Pennsylvania
28008
+ 1879|Newfoundland and Labrador
27966
28009
  1901|Tennessee
27967
28010
  1901213|Memphis, TN
27968
28011
  1901226|Memphis, TN
@@ -31040,6 +31083,7 @@
31040
31083
  194195|Sarasota, FL
31041
31084
  1941964|Boca Grande, FL
31042
31085
  1941979|Port Charlotte, FL
31086
+ 1942|Toronto, ON
31043
31087
  1943|Georgia
31044
31088
  1945|Texas
31045
31089
  1947|Michigan
Binary file
@@ -19,9 +19,8 @@
19
19
  # Note that the prefix for Pank Shin is more specific, so we don't classify
20
20
  # all mobile numbers as belonging to this locality.
21
21
 
22
- 2341|Lagos
23
- 2342|Ibadan
24
22
  234201|Lagos
23
+ 234202|Ibadan
25
24
  2342030|Ado Ekiti
26
25
  2342031|Ilorin
27
26
  2342033|New Bussa
@@ -73,74 +72,4 @@
73
72
  2342088|Umuahia
74
73
  2342089|Yenagoa
75
74
  234209|Abuja
76
- 23430|Ado Ekiti
77
- 23431|Ilorin
78
- 23433|New Bussa
79
- 23434|Akura
80
- 23435|Oshogbo
81
- 23436|Ile Ife
82
- 23437|Ijebu Ode
83
- 23438|Oyo
84
- 23439|Abeokuta
85
- 23441|Wukari
86
- 23442|Enugu
87
- 23443|Abakaliki
88
- 23444|Makurdi
89
- 23445|Ogoja
90
- 23446|Onitsha
91
- 23447|Lafia
92
- 23448|Awka
93
- 23450|Ikare
94
- 23451|Owo
95
- 23452|Benin
96
- 23453|Warri
97
- 23454|Sapele
98
- 23455|Agbor
99
- 23456|Asaba
100
- 23457|Auchi
101
- 23458|Lokoja
102
- 23459|Okitipupa
103
- 23460|Sokobo
104
- 23461|Kafanchau
105
- 23462|Kaduna
106
- 23463|Gusau
107
- 23464|Kano
108
- 23465|Katsina
109
- 23466|Minna
110
- 23467|Kontagora
111
- 23468|Birnin-Kebbi
112
- 23469|Zaria
113
- 2347020|Pank Shin
114
- 23471|Azare
115
- 23472|Gombe
116
- 23473|Jos
117
- 23474|Damaturu
118
- 23475|Yola
119
- 23476|Maiduguri
120
- 23477|Bauchi
121
- 23478|Hadejia
122
- 23479|Jalingo
123
- 23482|Aba
124
- 23483|Owerri
125
- 23484|Port Harcourt
126
- 23485|Uyo
127
- 23486|Ahoada
128
- 23487|Calabar
129
- 23488|Umuahia
130
- 23489|Yenegoa
131
- 234903|Abuja
132
- 234904|Abuja
133
- 234905|Abuja
134
- 234906|Abuja
135
- 234907|Abuja
136
- 234908|Abuja
137
- 234909|Abuja
138
- 23491|Abuja
139
- 23492|Abuja
140
- 23493|Abuja
141
- 23494|Abuja
142
- 23495|Abuja
143
- 23496|Abuja
144
- 23497|Abuja
145
- 23498|Abuja
146
- 23499|Abuja
75
+ 2343|Oyo
Binary file
@@ -82,6 +82,7 @@
82
82
  25111466|Keria III, Addis Ababa
83
83
  25111467|Keira IV, Addis Ababa
84
84
  25111468|Keria V, Addis Ababa
85
+ 2511147|Addis Ababa
85
86
  25111515|Filwoha II, Addis Ababa
86
87
  25111517|Sheraton/DID, Addis Ababa
87
88
  25111518|Addis Ababa Region
Binary file
@@ -30,6 +30,7 @@
30
30
  26120729|Mananjary
31
31
  2612073|Farafangana
32
32
  2612075|Fianarantsoa
33
+ 2612076|Antananarivo
33
34
  2612082|Antsiranana
34
35
  2612086|Nosy Be
35
36
  2612088|Sambava
Binary file
@@ -50,6 +50,7 @@
50
50
  2747|Butterworth/Eastern part of Eastern Cape/Mthatha
51
51
  2748|Cradock/Northern part of Eastern Cape/Steynsburg
52
52
  2749|Graaff-Reinet/Western part of Eastern Cape
53
+ 2750|Aliwal North/Bloemfontein/Far eastern part of Eastern Cape/Southern and Central Free State
53
54
  2751|Aliwal North/Bloemfontein/Far eastern part of Eastern Cape/Southern and Central Free State
54
55
  2753|Eastern part of Northern Cape/Far western part of North West/Kimberley/Kuruman
55
56
  2754|Upington/Gordonia
Binary file
@@ -294,7 +294,7 @@
294
294
  3804741|Shpola, Cherkasy
295
295
  3804742|Katerinopil, Cherkasy
296
296
  3804744|Uman, Cherkasy
297
- 3804745|Khrystynivka, Cherkasy
297
+ 3804745|Monastyrysche, Cherkasy
298
298
  3804746|Monastyrysche, Cherkasy
299
299
  3804747|Zhashkiv, Cherkasy
300
300
  3804748|Mankivka, Cherkasy
Binary file
@@ -31,6 +31,7 @@
31
31
  44114704|Sheffield
32
32
  44114705|Sheffield
33
33
  44114707|Sheffield
34
+ 44114708|Sheffield
34
35
  44114709|Sheffield
35
36
  44115|Nottingham
36
37
  44116|Leicester
Binary file
@@ -331,7 +331,7 @@
331
331
  492623|Ransbach-Baumbach
332
332
  492624|Höhr-Grenzhausen
333
333
  492625|Ochtendung
334
- 492626|Selters Westferwald
334
+ 492626|Selters Westerwald
335
335
  492627|Braubach
336
336
  492628|Rhens
337
337
  492630|Mülheim-Kärlich
@@ -3257,6 +3257,11 @@
3257
3257
  496207|Wald-Michelbach
3258
3258
  496209|Mörlenbach
3259
3259
  49621|Mannheim
3260
+ 496215|Ludwigshafen
3261
+ 496216|Ludwigshafen
3262
+ 4962195|Ludwigshafen
3263
+ 4962196|Ludwigshafen
3264
+ 4962199|Ludwigshafen
3260
3265
  496220|Wilhelmsfeld
3261
3266
  496221|Heidelberg
3262
3267
  496222|Wiesloch
Binary file
@@ -33,9 +33,11 @@
33
33
  5165|Loreto
34
34
  5166|Ayacucho
35
35
  5167|Huancavelica
36
+ 5168|Lima
36
37
  5172|Tumbes
37
38
  5173|Piura
38
39
  5174|Lambayeque
40
+ 5175|Lima
39
41
  5176|Cajamarca
40
42
  5182|Madre de Dios
41
43
  5183|Apurímac
Binary file
@@ -143,6 +143,7 @@
143
143
  52447|Contepec/Maravatio, MICH
144
144
  52448|Queretaro
145
145
  52449|Aguascalientes/Jesus Maria, AGS
146
+ 52450|Morelia
146
147
  52451|Michoacan
147
148
  52452|Nuevo San Juan Parangaricutiro/Uruapan, MICH
148
149
  52453|Apatzingan, MICH
@@ -228,6 +229,7 @@
228
229
  526572|Juarez/Chihuahua
229
230
  52658|Baja California
230
231
  52659|Chihuahua
232
+ 52660|Culiacan
231
233
  52661|Primo Tapia/Rosarito, BCN
232
234
  52662|Sonora
233
235
  52665|Tecate, BCN
@@ -372,6 +374,7 @@
372
374
  52938|Ciudad Del Carmen, CAMP
373
375
  5295|Oaxaca
374
376
  5296|Chiapas
377
+ 52960|Tuxtla Gutierrez
375
378
  52966|Arriaga/Tonala, CHIS
376
379
  52967|San Cristobal de las Casas, CHIS
377
380
  52969|Flamboyanes/Yucalpeten, YUC
Binary file
@@ -190,6 +190,7 @@
190
190
  543409|Moisés Ville, Santa Fe
191
191
  54341|Rosario, Santa Fe
192
192
  54342|Santa Fe, Santa Fe
193
+ 543433|Paraná, Entre Ríos
193
194
  543434|Paraná, Entre Ríos
194
195
  543435|Nogoyá, Entre Ríos
195
196
  543436|Victoria, Entre Ríos
Binary file
@@ -12,6 +12,7 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+ 9511|Yangon
15
16
  951422|Yangon
16
17
  951423|Yangon
17
18
  951424|Yangon
Binary file
@@ -33,6 +33,7 @@
33
33
  960301|Malé/Hulhulé/Aarah
34
34
  960302|Malé Region
35
35
  960303|Malé Region
36
+ 960304|Malé Region
36
37
  960330|Malé/Hulhulé/Aarah
37
38
  960331|Malé/Hulhulé/Aarah
38
39
  960332|Malé/Hulhulé/Aarah
Binary file
@@ -143,6 +143,7 @@
143
143
  52447|Contepec/Maravatío, MICH
144
144
  52448|Querétaro
145
145
  52449|Aguascalientes/Jesús María, AGS
146
+ 52450|Morelia
146
147
  52451|Michoacán
147
148
  52452|Nuevo San Juan Parangaricutiro/Uruapan, MICH
148
149
  52453|Apatzingán, MICH
@@ -228,6 +229,7 @@
228
229
  526572|Juarez/Chihuahua
229
230
  52658|Baja California
230
231
  52659|Chihuahua
232
+ 52660|Culiacán
231
233
  52661|Primo Tapia/Rosarito, BCN
232
234
  52662|Sonora
233
235
  52665|Tecate, BCN
@@ -372,6 +374,7 @@
372
374
  52938|Ciudad del Carmen, CAMP
373
375
  5295|Oaxaca
374
376
  5296|Chiapas
377
+ 52960|Tuxtla Gutierrez
375
378
  52966|Arriaga/Tonalá, CHIS
376
379
  52967|San Cristóbal de las Casas, CHIS
377
380
  52969|Flamboyanes/Yucalpeten, YUC
Binary file
@@ -192,6 +192,7 @@
192
192
  543409|Moisés Ville, Santa Fe
193
193
  54341|Rosario, Santa Fe
194
194
  54342|Santa Fe, Santa Fe
195
+ 543433|Paraná, Entre Ríos
195
196
  543434|Paraná, Entre Ríos
196
197
  543435|Nogoyá, Entre Ríos
197
198
  543436|Victoria, Entre Ríos
Binary file
@@ -21,4 +21,5 @@
21
21
  2433|Bas-Congo/Bandundu
22
22
  2434|Kasai-Oriental/Kasai-Occidental
23
23
  2435|Province Orientale (Kisanga/Mbandaka)
24
+ 243573|Oriental Province (Kisanga/Mbandaka)
24
25
  2436|Nord-Kivu/Sud-Kivu/Maniema
Binary file
@@ -297,7 +297,7 @@
297
297
  3804741|Шпола, Черкаси
298
298
  3804742|Катеринопіль, Черкаси
299
299
  3804744|Умань, Черкаси
300
- 3804745|Христинівка, Черкаси
300
+ 3804745|Монастирище, Черкаси
301
301
  3804746|Монастирище, Черкаси
302
302
  3804747|Жашків, Черкаси
303
303
  3804748|Маньківка, Черкаси
Binary file