Skip to content

Instantly share code, notes, and snippets.

@f-ricci
Last active July 15, 2020 11:28
Show Gist options
  • Save f-ricci/93c46431a32ed8257a296f008ff0829a to your computer and use it in GitHub Desktop.
Save f-ricci/93c46431a32ed8257a296f008ff0829a to your computer and use it in GitHub Desktop.
$stateInitialDictionary = [
'AB' => 'Alba',
'AR' => 'Arad',
'AG' => 'Arges',
'BC' => 'Bacau',
'BH' => 'Bihor',
'BN' => 'Bistrita-Nasaud',
'BT' => 'Botosani',
'BR' => 'Braila',
'BV' => 'Brasov',
'BZ' => 'Buzau',
'CL' => 'Calarasi',
'CS' => 'Caras-Severin',
'CJ' => 'Cluj',
'CT' => 'Constanta',
'CV' => 'Covasna',
'DB' => 'Dumbovita',
'DJ' => 'Dolj',
'GL' => 'Galati',
'GR' => 'Giurgiu',
'GJ' => 'Gorj',
'HR' => 'Harghita',
'HD' => 'Hunedoara',
'IL' => 'Ialomita',
'IS' => 'Iasi',
'IF' => 'Ilfov',
'MM' => 'Maramures',
'MH' => 'Mehedinti',
'MS' => 'Mures',
'NT' => 'Neamt',
'OT' => 'Olt',
'PH' => 'Prahova',
'SJ' => 'Salaj',
'SM' => 'Satu Mare',
'SB' => 'Sibiu',
'SV' => 'Suceava',
'TR' => 'Teleorman',
'TM' => 'Timis',
'TL' => 'Tulcea',
'VL' => 'Valcea',
'VS' => 'Vaslui',
'VN' => 'Vrancea',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment