Skip to content

Commit

Permalink
dont check translation status on .org if english is active
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltorbert committed Oct 10, 2016
1 parent 30f5d7d commit e506a5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inc/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ public function __construct() {

$this->current_locale = get_locale();

if( $this->current_locale === 'en_US'){
return;
}

$this->init();

}
Expand Down

0 comments on commit e506a5d

Please sign in to comment.