We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd03b95 commit 94b20d5Copy full SHA for 94b20d5
Gettext/Translator.php
@@ -6,7 +6,7 @@ class Translator
6
{
7
private $dictionary = array();
8
private $domain = 'messages';
9
- private $context_glue = '\u0004';
+ private $context_glue = "\004";
10
private $pluralCount = 2;
11
private $pluralCode = 'return ($n != 1);';
12
private $pluralFunction;
0 commit comments