X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fpgettext.php;h=23430fc77dc272b65274542d239debf0c4e5ca06;hb=30efb0c1e641b0b9d3aa40a5a79897c6d06ac3ef;hp=a079a468789909c9cebc6c5cfb2150c743986eb9;hpb=720c8324c7572ebf51e4083430e060900cb30750;p=friendica.git diff --git a/include/pgettext.php b/include/pgettext.php index a079a46878..23430fc77d 100644 --- a/include/pgettext.php +++ b/include/pgettext.php @@ -1,5 +1,7 @@ strings = array(); if(file_exists("view/$lang/strings.php")) { include("view/$lang/strings.php"); } - else - $a->strings = array(); + }} // translate string if translation exists