Corrected ISO codes for Greek regions
This commit is contained in:
parent
5803ef311d
commit
d8cb35e317
|
@ -10,17 +10,17 @@
|
||||||
global $states;
|
global $states;
|
||||||
|
|
||||||
$states['GR'] = array(
|
$states['GR'] = array(
|
||||||
'ATT' => __( 'Αττική', 'woocommerce' ),
|
'GR-I' => __( 'Αττική', 'woocommerce' ),
|
||||||
'AMT' => __( 'Ανατολική Μακεδονία και Θράκη', 'woocommerce' ),
|
'GR-A' => __( 'Ανατολική Μακεδονία και Θράκη', 'woocommerce' ),
|
||||||
'CM' => __( 'Κεντρική Μακεδονία', 'woocommerce' ),
|
'GR-B' => __( 'Κεντρική Μακεδονία', 'woocommerce' ),
|
||||||
'WM' => __( 'Δυτική Μακεδονία', 'woocommerce' ),
|
'GR-C' => __( 'Δυτική Μακεδονία', 'woocommerce' ),
|
||||||
'EP' => __( 'Ήπειρος', 'woocommerce' ),
|
'GR-D' => __( 'Ήπειρος', 'woocommerce' ),
|
||||||
'THE' => __( 'Θεσσαλία', 'woocommerce' ),
|
'GR-E' => __( 'Θεσσαλία', 'woocommerce' ),
|
||||||
'ION' => __( 'Ιόνιοι Νήσοι', 'woocommerce' ),
|
'GR-F' => __( 'Ιόνιοι Νήσοι', 'woocommerce' ),
|
||||||
'DE' => __( 'Δυτική Ελλάδα', 'woocommerce' ),
|
'GR-G' => __( 'Δυτική Ελλάδα', 'woocommerce' ),
|
||||||
'SE' => __( 'Στερεά Ελλάδα', 'woocommerce' ),
|
'GR-H' => __( 'Στερεά Ελλάδα', 'woocommerce' ),
|
||||||
'PEL' => __( 'Πελοπόννησος', 'woocommerce' ),
|
'GR-J' => __( 'Πελοπόννησος', 'woocommerce' ),
|
||||||
'NEG' => __( 'Βόρειο Αιγαίο', 'woocommerce' ),
|
'GR-K' => __( 'Βόρειο Αιγαίο', 'woocommerce' ),
|
||||||
'SEG' => __( 'Νότιο Αιγαίο', 'woocommerce' ),
|
'GR-L' => __( 'Νότιο Αιγαίο', 'woocommerce' ),
|
||||||
'CRE' => __( 'Κρήτη', 'woocommerce' )
|
'GR-M' => __( 'Κρήτη', 'woocommerce' )
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue