Merge branch 'patch-2' into 'dev'

php2po.php unify quote/unquote

See merge request hubzilla/core!1272
This commit is contained in:
Mario 2018-09-14 10:48:03 +02:00
commit ab611e9ef3

View File

@ -35,7 +35,7 @@
if (!preg_match("/^msgstr\[[1-9]/",$l)) {
if ($k!="" && (substr($l,0,7)=="msgstr " || substr($l,0,8)=="msgstr[0")){
$ink = False;
$k = stripslashes($k);
$k = stripcslashes($k);
$v = "";
if (isset(App::$strings[$k])) {
$v = App::$strings[$k];