Skip to content

Commit ec6448a

Browse files
committed
fixed context_glue in phpArray generator #23
1 parent 94b20d5 commit ec6448a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gettext/Generators/PhpArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static function generate(Entries $entries, $string = false)
1717
{
1818
$array = array();
1919

20-
$context_glue = '\u0004';
20+
$context_glue = "\004";
2121

2222
foreach ($entries as $translation) {
2323
$key = ($translation->hasContext() ? $translation->getContext().$context_glue : '').$translation->getOriginal();

0 commit comments

Comments
 (0)