SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/Helpers/Locales/LocaleInfoBGD.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 Bangladesh; see {@see LocaleInfo}
  19.  */
  20. class LocaleInfoBGD extends LocaleInfo
  21. {
  22. protected $state_list = [
  23. 'Bandarban',
  24. 'Barguna',
  25. 'Bogra',
  26. 'Brahmanbaria',
  27. 'Bagerhat',
  28. 'Barisal',
  29. 'Bhola',
  30. 'Comilla',
  31. 'Chandpur',
  32. 'Chittagong',
  33. 'Cox\'s Bazar',
  34. 'Chuadanga',
  35. 'Dhaka',
  36. 'Dinajpur',
  37. 'Faridpur',
  38. 'Feni',
  39. 'Gopalganj',
  40. 'Gazipur',
  41. 'Gaibandha',
  42. 'Habiganj',
  43. 'Jamalpur',
  44. 'Jessore',
  45. 'Jhenaidah',
  46. 'Jaipurhat',
  47. 'Jhalakati',
  48. 'Kishoreganj',
  49. 'Khulna',
  50. 'Kurigram',
  51. 'Khagrachari',
  52. 'Kushtia',
  53. 'Lakshmipur',
  54. 'Lalmonirhat',
  55. 'Manikganj',
  56. 'Mymensingh',
  57. 'Munshiganj',
  58. 'Madaripur',
  59. 'Magura',
  60. 'Moulvibazar',
  61. 'Meherpur',
  62. 'Narayanganj',
  63. 'Netrakona',
  64. 'Narsingdi',
  65. 'Narail',
  66. 'Natore',
  67. 'Nawabganj',
  68. 'Nilphamari',
  69. 'Noakhali',
  70. 'Naogaon',
  71. 'Pabna',
  72. 'Pirojpur',
  73. 'Patuakhali',
  74. 'Panchagarh',
  75. 'Rajbari',
  76. 'Rajshahi',
  77. 'Rangpur',
  78. 'Rangamati',
  79. 'Sherpur',
  80. 'Satkhira',
  81. 'Sirajganj',
  82. 'Sylhet',
  83. 'Sunamganj',
  84. 'Shariatpur',
  85. 'Tangail',
  86. 'Thakurgaon',
  87. ];
  88. }
  89.