X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fextract.php;h=b3aa12ebf0e0a54301ea2551466fef2534e3fdd0;hb=e36f2bb1fb3439e9993c7568e57140c4f954b772;hp=90127f3c1b2e4811108ed85c62a53027eb638e8c;hpb=4ebebe96fee1ea3dda219fa7049e6d14a142aa19;p=friendica.git diff --git a/util/extract.php b/util/extract.php index 90127f3c1b..b3aa12ebf0 100644 --- a/util/extract.php +++ b/util/extract.php @@ -1,8 +1,8 @@ strings[' . $a . '] = '. $a . ';' . "\n"; } } @@ -59,5 +59,5 @@ function string_plural_select($n){ $zones = timezone_identifiers_list(); foreach($zones as $zone) $s .= '$a->strings[\'' . $zone . '\'] = \'' . $zone . '\';' . "\n"; - + echo $s; \ No newline at end of file