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 8c2e994 commit f1ff266Copy full SHA for f1ff266
1 file changed
README.md
@@ -89,7 +89,7 @@ $translations->add($translation);
89
$translation = $translations->find('comments', 'One comment');
90
91
//Edit headers, domain, etc
92
-$translations->getHeaders()->add('Last-Translator', 'Oscar Otero');
+$translations->getHeaders()->set('Last-Translator', 'Oscar Otero');
93
$translations->setDomain('my-blog');
94
```
95
0 commit comments