In version 4.0.1, the generator does not use the passed `$options` array when calling `toString`: https://github.com/oscarotero/Gettext/blob/master/src/Generators/Generator.php#L14 Obviously, this line should read ``` $content = static::toString($translations, $options); ```