Skip to content

Commit

Permalink
Added \r to \Gettext\Generators\Po::convertString(), related with php…
Browse files Browse the repository at this point in the history
  • Loading branch information
vaites committed Aug 6, 2019
1 parent 70c6ff2 commit bec6d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Generators/Po.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public static function convertString($value)
"\x00" => '',
'\\' => '\\\\',
"\t" => '\t',
"\r" => '\r',
"\n" => '\n',
'"' => '\\"',
]
Expand Down

0 comments on commit bec6d36

Please sign in to comment.