Hi,
here is example of the code, how we add new states of poland country:
$pl_wojew = array('DS'=>'Dolnośląskie',
'KP'=>'Kujawsko-pomorskie',
'LB'=>'Lubuskie',
'LD'=>'Łódzkie',
'LU'=>'Lubelskie',
'MA'=>'Mazowieckie',
'MP'=>'Małopolskie',
'OP'=>'Opolskie',
'PD'=>'Podlaskie',
'PK'=>'Podkarpackie',
'PM'=>'Pomorskie',
'SL'=>'Śląkie',
'SW'=>'Świętokrzyskie',
'WM'=>'Warmińsko-mazurskie',
'WP'=>'Wielkopolskie',
'ZP'=>'Zachodniopomorskie');
Utils_CommonDataCommon::new_array('Countries/PL',$pl_wojew);
So if you will provide something like that we can add it to install of Data/Countries and update scripts.
Thanks
Paul