Last active
July 15, 2020 11:28
-
-
Save f-ricci/93c46431a32ed8257a296f008ff0829a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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