Added Bolivian states

This commit is contained in:
Roman Random 2017-04-18 14:31:05 +02:00
parent 16345137e2
commit 412cebc813
1 changed files with 22 additions and 0 deletions

22
i18n/states/BO.php Normal file
View File

@ -0,0 +1,22 @@
<?php
/**
* Bolivian states
*
* @author Roman Random
* @category i18n
* @package WooCommerce/i18n
* @version 1.0.0
*/
global $states;
$states['BO'] = array(
'B' => __( 'Chuquisaca', 'woocommerce' ),
'H' => __( 'Beni', 'woocommerce' ),
'C' => __( 'Cochabamba', 'woocommerce' ),
'L' => __( 'La Paz', 'woocommerce' ),
'O' => __( 'Oruro', 'woocommerce' ),
'N' => __( 'Pando', 'woocommerce' ),
'P' => __( 'Potosí', 'woocommerce' ),
'S' => __( 'Santa Cruz', 'woocommerce' ),
'T' => __( 'Tarija', 'woocommerce' )
);