diff --git a/trunk/states/DE.php b/trunk/states/DE.php new file mode 100644 index 0000000..7a15a07 --- /dev/null +++ b/trunk/states/DE.php @@ -0,0 +1,41 @@ + | https://yourwebsite.com + * @version 1.0.0 + * @license http://www.gnu.org/licenses/gpl-2.0.html + */ + +global $states; + +// Replace 'XX' code for your Country Code. E.g. 'NG' for Nigeria, 'CO' for Colombia, 'VE' for Venezuela, etc. +// Please refer to WooCommerce country codes : https://github.com/woocommerce/woocommerce/blob/master/i18n/countries.php +$states['DE'] = array( + // Add a State Code to each State Name using a logic sense. + // E.g. 'FA' => 'Florida' + // You can use any standar like ISO, ANSI, etc. There is no an mandatory standar or system and you can use your own. + // Please see the U.S. state abbreviations to see an example: + // https://en.wikipedia.org/wiki/List_of_U.S._state_abbreviations + 'BW' => __( 'Baden-Wurttemberg', 'shipping-locations-pro' ), + 'BY' => __( 'Bavaria', 'states-cities-and-places-for-woocommerce' ), + 'BE' => __( 'Berlin', 'states-cities-and-places-for-woocommerce' ), + 'BB' => __( 'Brandenburg', 'states-cities-and-places-for-woocommerce' ), + 'HB' => __( 'Bremen', 'states-cities-and-places-for-woocommerce' ), + 'HH' => __( 'Hamburg', 'states-cities-and-places-for-woocommerce' ), + 'HE' => __( 'Hesse', 'states-cities-and-places-for-woocommerce' ), + 'NI' => __( 'Lower Saxony', 'states-cities-and-places-for-woocommerce' ), + 'MV' => __( 'Mecklenburg-West Pomerania', 'states-cities-and-places-for-woocommerce' ), + 'NW' => __( 'North Rhine-Westphalia', 'states-cities-and-places-for-woocommerce' ), + 'RP' => __( 'Rhineland-Palatinate', 'states-cities-and-places-for-woocommerce' ), + 'SL' => __( 'Saarland', 'states-cities-and-places-for-woocommerce' ), + 'SN' => __( 'Saxony', 'states-cities-and-places-for-woocommerce' ), + 'ST' => __( 'Saxony-Anhalt', 'states-cities-and-places-for-woocommerce' ), + 'SH' => __( 'Schleswig-Holstein', 'states-cities-and-places-for-woocommerce' ), + 'TH' => __( 'Thuringia', 'states-cities-and-places-for-woocommerce' ), +);