BS.php 973 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. return [
  3. "country" => "Bahamas",
  4. "subdivisions" => [
  5. "AK" => "Acklins",
  6. "BI" => "Bimini",
  7. "BP" => "Black Point",
  8. "BY" => "Berry Islands",
  9. "CE" => "Central Eleuthera",
  10. "CI" => "Cat Island",
  11. "CK" => "Crooked Island and Long Cay",
  12. "CO" => "Central Abaco",
  13. "CS" => "Central Andros",
  14. "EG" => "East Grand Bahama",
  15. "EX" => "Exuma",
  16. "FP" => "City of Freeport",
  17. "GC" => "Grand Cay",
  18. "HI" => "Harbour Island",
  19. "HT" => "Hope Town",
  20. "IN" => "Inagua",
  21. "LI" => "Long Island",
  22. "MC" => "Mangrove Cay",
  23. "MG" => "Mayaguana",
  24. "MI" => "Moore's Island",
  25. "NE" => "North Eleuthera",
  26. "NO" => "North Abaco",
  27. "NP" => "New Providence",
  28. "NS" => "North Andros",
  29. "RC" => "Rum Cay",
  30. "RI" => "Ragged Island",
  31. "SA" => "South Andros",
  32. "SE" => "South Eleuthera",
  33. "SO" => "South Abaco",
  34. "SS" => "San Salvador",
  35. "SW" => "Spanish Wells",
  36. "WG" => "West Grand Bahama"
  37. ]
  38. ];