SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/Helpers/Locales/LocaleInfoTHA.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 Thailand; see {@see LocaleInfo}
  19.  */
  20. class LocaleInfoTHA extends LocaleInfo
  21. {
  22. protected $state_list = [
  23. 'Krung Thep Maha Nakhon',
  24. 'Samut Prakan',
  25. 'Nonthaburi',
  26. 'Pathum Thani',
  27. 'Phra Nakhon Si Ayutthaya',
  28. 'Ang Thong',
  29. 'Lop Buri',
  30. 'Sing Buri',
  31. 'Chai Nat',
  32. 'Saraburi',
  33. 'Chon Buri',
  34. 'Rayong',
  35. 'Chanthaburi',
  36. 'Trat',
  37. 'Chachoengsao',
  38. 'Prachin Buri',
  39. 'Nakhon Nayok',
  40. 'Sa Kaeo',
  41. 'Nakhon Ratchasima',
  42. 'Buri Ram',
  43. 'Surin',
  44. 'Si Sa Ket',
  45. 'Ubon Ratchathani',
  46. 'Yasothon',
  47. 'Chaiyaphum',
  48. 'Amnat Charoen',
  49. 'Bueng Kan',
  50. 'Nong Bua Lam Phu',
  51. 'Khon Kaen',
  52. 'Udon Thani',
  53. 'Loei',
  54. 'Nong Khai',
  55. 'Maha Sarakham',
  56. 'Roi Et',
  57. 'Kalasin',
  58. 'Sakon Nakhon',
  59. 'Nakhon Phanom',
  60. 'Mukdahan',
  61. 'Chiang Mai',
  62. 'Lamphun',
  63. 'Lampang',
  64. 'Uttaradit',
  65. 'Phrae',
  66. 'Nan',
  67. 'Phayao',
  68. 'Chiang Rai',
  69. 'Mae Hong Son',
  70. 'Nakhon Sawan',
  71. 'Uthai Thani',
  72. 'Kamphaeng Phet',
  73. 'Tak',
  74. 'Sukhothai',
  75. 'Phitsanulok',
  76. 'Phichit',
  77. 'Phetchabun',
  78. 'Ratchaburi',
  79. 'Kanchanaburi',
  80. 'Suphan Buri',
  81. 'Nakhon Pathom',
  82. 'Samut Sakhon',
  83. 'Samut Songkhram',
  84. 'Phetchaburi',
  85. 'Prachuap Khiri Khan',
  86. 'Nakhon Si Thammarat',
  87. 'Krabi',
  88. 'Phangnga',
  89. 'Phuket',
  90. 'Surat Thani',
  91. 'Ranong',
  92. 'Chumphon',
  93. 'Songkhla',
  94. 'Satun',
  95. 'Trang',
  96. 'Phatthalung',
  97. 'Pattani',
  98. 'Yala',
  99. 'Narathiwat',
  100. 'Phatthaya',
  101. ];
  102. }
  103.