]> git.mxchange.org Git - friendica.git/commit
Improve po2php transformation
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 9 Oct 2021 14:42:25 +0000 (10:42 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 9 Oct 2021 19:46:58 +0000 (15:46 -0400)
commitca2d0178fc4908d132dba2a57e4e37d93031aedb
tree9d035aff9f0ae1c69c584878c4a144a783fa0f9b
parent513aa33e6da0a1a0b89b54f8304805d9609fc164
Improve po2php transformation

- Use Geekwright\Po for po file parsing to catch corner case with multi-line message
- Switch from risky double quoted strings to safer single quoted strings in the output file
src/Console/PoToPhp.php