Skip to content

Commit e666743

Browse files
committed
simplified example
1 parent a018276 commit e666743

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ if ($translation) {
3030
$translation->setTranslation('Mazá');
3131
}
3232

33-
//Export to Jed and PhpArray:
34-
$translations->toJedFile('locales/gl.json');
33+
//Export to PhpArray:
3534
$translations->toPhpArrayFile('locales/gl.php');
3635

3736
//Create a translator for your php templates

0 commit comments

Comments
 (0)