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 2a3fe4b commit ccb5341Copy full SHA for ccb5341
1 file changed
README.md
@@ -227,7 +227,7 @@ $translations = Gettext\Translations::fromPhpCodeFile('templates/index.php');
227
$translations->toPoFile('locales/en.po');
228
229
//Export to a po string
230
-$content = $translatons->toPoString();
+$content = $translations->toPoString();
231
file_put_contents('locales/en.po', $content);
232
```
233
0 commit comments