Skip to content

Commit

Permalink
Line spacing cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
toolstack committed Mar 7, 2016
1 parent e161cf3 commit b62e3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gp-includes/formats/format_properties.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ public function read_originals_from_file( $file_name ) {

$entry = new Translation_Entry();
$entry->context = rtrim( $this->unescape( $key ) );

/* So the following line looks a little weird, why encode just to decode?
*
* The reason is simple, properties files are in ISO-8859-1 aka Latin-1 format
Expand Down Expand Up @@ -448,7 +449,6 @@ public function read_originals_from_file( $file_name ) {
return $entries;
}


/**
* The callback to sort the entries by, used above in print_exported_file().
*
Expand Down

0 comments on commit b62e3d5

Please sign in to comment.