SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/Helpers/Locales/LocaleInfoMCO.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 Monaco; see {@see LocaleInfo}
  19.  */
  20. class LocaleInfoMCO extends LocaleInfo
  21. {
  22. protected $state_list = [
  23. 'CL' => 'La Colle',
  24. 'CO' => 'La Condamine',
  25. 'FO' => 'Fontvieille',
  26. 'GA' => 'La Gare',
  27. 'JE' => 'Jardin Exotique',
  28. 'LA' => 'Larvotto',
  29. 'MA' => 'Malbousquet',
  30. 'MC' => 'Monte‐Carlo',
  31. 'MG' => 'Moneghetti',
  32. 'MO' => 'Monaco‐Ville',
  33. 'MU' => 'Moulins',
  34. 'PH' => 'Port‐Hercule',
  35. 'SD' => 'Sainte‐Dévote',
  36. 'SO' => 'La Source',
  37. 'SP' => 'Spélugues',
  38. 'SR' => 'Saint‐Roman',
  39. 'VR' => 'Vallon de la Rousse',
  40. ];
  41. }
  42.