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.
2 parents 2a3fe4b + ccb5341 commit 23dc1ceCopy full SHA for 23dc1ce
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