SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/Helpers/Locales/LocaleInfoCOL.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 Colombia; see {@see LocaleInfo}
  19.  */
  20. class LocaleInfoCOL extends LocaleInfo
  21. {
  22. protected $state_list = [
  23. 'AMA' => 'Amazonas',
  24. 'ANT' => 'Antioquia',
  25. 'ARA' => 'Arauca',
  26. 'ATL' => 'Atlántico',
  27. 'BOL' => 'Bolívar',
  28. 'BOY' => 'Boyacá',
  29. 'CAL' => 'Caldas',
  30. 'CAQ' => 'Caquetá',
  31. 'CAS' => 'Casanare',
  32. 'CAU' => 'Cauca',
  33. 'CES' => 'Cesar',
  34. 'CHO' => 'Chocó',
  35. 'COR' => 'Córdoba',
  36. 'CUN' => 'Cundinamarca',
  37. 'DC' => 'Distrito Capital de Bogotá',
  38. 'GUA' => 'Guainía',
  39. 'GUV' => 'Guaviare',
  40. 'HUI' => 'Huila',
  41. 'LAG' => 'La Guajira',
  42. 'MAG' => 'Magdalena',
  43. 'MET' => 'Meta',
  44. 'NAR' => 'Nariño',
  45. 'NSA' => 'Norte de Santander',
  46. 'PUT' => 'Putumayo',
  47. 'QUI' => 'Quindío',
  48. 'RIS' => 'Risaralda',
  49. 'SAN' => 'Santander',
  50. 'SAP' => 'San Andrés, Providencia y Santa Catalina',
  51. 'SUC' => 'Sucre',
  52. 'TOL' => 'Tolima',
  53. 'VAC' => 'Valle del Cauca',
  54. 'VAU' => 'Vaupés',
  55. 'VID' => 'Vichada',
  56. ];
  57. }
  58.