PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
mariuzzo
/
laravel-js-localization
/
tests
/
fixtures
/
lang
/
es
/
Editing: messages.php
<?php return array( 'home' => 'Inicio', 'family' => array( 'father' => 'Padre', 'mother' => 'Madre', 'children' => array( 'son' => 'Hijo', ), ), 'messagePlural' => 'Una manzana|Muchas manzanas' );
SAVE
CANCEL