Skip to content

Commit

Permalink
Missing spaces between city and state.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Jan 2, 2018
1 parent eb60a17 commit 3defa83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions includes/class-wc-countries.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*
* @version 3.3.0
* @package WooCommerce\l10n
* @author WooThemes
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down Expand Up @@ -492,7 +491,7 @@ public function get_address_formats() {
'IN' => "{company}\n{name}\n{address_1}\n{address_2}\n{city} - {postcode}\n{state}, {country}",
'IS' => "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}",
'IT' => "{company}\n{name}\n{address_1}\n{address_2}\n{postcode}\n{city}\n{state_upper}\n{country}",
'JP' => "{postcode}\n{state}{city}{address_1}\n{address_2}\n{company}\n{last_name} {first_name}\n{country}",
'JP' => "{postcode}\n{state} {city} {address_1}\n{address_2}\n{company}\n{last_name} {first_name}\n{country}",
'TW' => "{company}\n{last_name} {first_name}\n{address_1}\n{address_2}\n{state}, {city} {postcode}\n{country}",
'LI' => "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}",
'NL' => "{company}\n{name}\n{address_1}\n{address_2}\n{postcode} {city}\n{country}",
Expand Down

0 comments on commit 3defa83

Please sign in to comment.