Skip to content

Commit

Permalink
Provincias de España
Browse files Browse the repository at this point in the history
  • Loading branch information
YordanSoares committed Mar 19, 2020
1 parent e5a4305 commit e0b0df8
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions trunk/states/ES.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?php

/**
* Venezuelan States
*
* @author Yordan Soares <contacto@yordansoar.es> | https://yordansoar.es
* @version 1.0.0
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*/

global $states;

$states['VE'] = array(
'AM' => 'Amazonas',
'AN' => 'Anzoátegui',
'AP' => 'Apure',
'AR' => 'Aragua',
'BA' => 'Barinas',
'BO' => 'Bolívar',
'CA' => 'Carabobo',
'CO' => 'Cojedes',
'DE' => 'Delta Amacuro',
'DC' => 'Distrito Capital',
'FA' => 'Falcón',
'GU' => 'Guárico',
'LA' => 'Lara',
'LG' => 'La Guaira',
'ME' => 'Mérida',
'MI' => 'Miranda',
'MO' => 'Monagas',
'NE' => 'Nueva Esparta',
'PO' => 'Portuguesa',
'SU' => 'Sucre',
'TA' => 'Táchira',
'TR' => 'Trujillo',
'YA' => 'Yaracuy',
'ZU' => 'Zulia',
);

0 comments on commit e0b0df8

Please sign in to comment.