SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/Helpers/Locales/LocaleInfoDOM.php

  1. <?php
  2. /*
  3.  * Copyright (C) 2017 Karmabunny Pty Ltd.
  4.  *
  5.  * This file is a part of SproutCMS.
  6.  *
  7.  * SproutCMS is free software: you can redistribute it and/or modify it under the terms
  8.  * of the GNU General Public License as published by the Free Software Foundation, either
  9.  * version 2 of the License, or (at your option) any later version.
  10.  *
  11.  * For more information, visit <http://getsproutcms.com>.
  12.  */
  13.  
  14. namespace Sprout\Helpers\Locales;
  15.  
  16.  
  17. /**
  18.  * Locale info for Dominican Republic; see {@see LocaleInfo}
  19.  */
  20. class LocaleInfoDOM extends LocaleInfo
  21. {
  22. protected $state_list = [
  23. 'Distrito Nacional',
  24. 'Azua',
  25. 'Baoruco',
  26. 'Barahona',
  27. 'Dajabón',
  28. 'Duarte',
  29. 'La Estrelleta',
  30. 'El Seibo',
  31. 'Espaillat',
  32. 'Independencia',
  33. 'La Altagracia',
  34. 'La Romana',
  35. 'La Vega',
  36. 'María Trinidad Sánchez',
  37. 'Monte Cristi',
  38. 'Pedernales',
  39. 'Peravia',
  40. 'Puerto Plata',
  41. 'Hermanas Mirabal',
  42. 'Samaná',
  43. 'San Cristóbal',
  44. 'San Juan',
  45. 'San Pedro de Macorís',
  46. 'Sánchez Ramírez',
  47. 'Santiago',
  48. 'Santiago Rodríguez',
  49. 'Valverde',
  50. 'Monseñor Nouel',
  51. 'Monte Plata',
  52. 'Hato Mayor',
  53. 'San José de Ocoa',
  54. 'Santo Domingo',
  55. 'Cibao Nordeste',
  56. 'Cibao Noroeste',
  57. 'Cibao Norte',
  58. 'Cibao Sur',
  59. 'El Valle',
  60. 'Enriquillo',
  61. 'Higuamo',
  62. 'Ozama',
  63. 'Valdesia',
  64. 'Yuma',
  65. ];
  66. }
  67.